On Thu, Jan 21, 2010 at 5:13 PM, Michael Bayer <[email protected]> [..] > > > add >> Session.remove() here. configure() only works for the > not-yet-created session. > > Otherwise, you can just say Session.bind = create_engine(...) which will > only change the current session. > > configure() is more so that various parts of an applications startup can > add their elements to a global session config.
Got it. Thanks. Tarek -- 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.
