Any comments on this?
I also have to add another necessary change to TG's database.py,
because of the change to using scoped_session:
@@ -384,7 +383,7 @@
req = cherrypy.request
if hasattr(req, 'sa_transaction') and
req.sa_transaction.session.transaction:
req.sa_transaction.rollback()
- del session.context.current
+ session.context.registry.clear()
req.sa_transaction = session.create_transaction()
--Renier
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"SQLElixir" 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/sqlelixir?hl=en
-~----------~----~----~----~------~----~------~--~---