Gloria wrote:
>
> After much digging, I finally found the calls:
>
> session.close_all()
> self.engine.dispose()
>
> I could not find this in the docs.

ah, are you calling create_engine() more than once ?  that would be the
mistake right there.  dispose() is not needed if you only have one engine
per application (which is how it was designed to be used).


--~--~---------~--~----~------------~-------~--~----~
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 
sqlalchemy+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to