you can close on the result returned by the execute() call.  however,
if you just lose the reference to the result, that is as good a close
since python's garbage collection can clean it up.  also, you arent
usually going to have code as in your example that locks that harshly
(i.e. youll find updates and inserts and stuff interact pretty easily
with concurrent selects in postgres).


--~--~---------~--~----~------------~-------~--~----~
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