On Nov 10, 2008, at 9:05 AM, Julien Cigar wrote:

>
> One solution is to use server side cursors, but it only works with
> PostgreSQL at the moment (and you can't use server side cursors with  
> the
> ORM).

you can.  set server_side_cursors=True on your create_engine() call  
when using the postgres dialect.

Also cx_oracle cursors are inherently "server side".



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalchemy@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to