Hi,
the engine connections are actually destroyed by garbage collections.
This should happen as soon as the object is not referred anymore; thus,
one must explicitly close any connection.
It's stated so here:
http://www.sqlalchemy.org/docs/dbengine.myt#dbengine_connections  - SA
0.3
as well as here:
http://www.sqlalchemy.org/docs_02/dbengine.myt#dbengine_connections  -
SA 0.2.8

HTH,
Giorgi


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

Reply via email to