I suspected that there was a global engine instance that I could call
the dispose() method against. But I looked for it in my debugger and I
looked in the documentation and cannot identify it. That's really been
the crux of my problem.

On a whim, I tried:
 foo = global_connect(...)

But global_connect() returns None whether it is successful or not.

BTW, is there a lightweight way to test the global connection? For
example, can I invoke a sql statement directly using the engine (or
underlying psycopg2) without creating session and query objects?

Thanks,
Rick


--~--~---------~--~----~------------~-------~--~----~
 You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to [email protected]
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