On Jun 27, 2008, at 9:42 AM, Werner F. Bruhin wrote:

> After searching through the doc and doing some googling and trial and
> error I added an engine.dispose() to the closing routine and that  
> seems
> to do the trick.  Is this the correct approach?
>
> New version of closing db:
>        self.ds.close()
>        self.Session.close_all()
>       self.engine.dispose()   # added this
>        del self.ds
>        del self.Session
>        del self.engine
>


thats what its for yup

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