[sqlalchemy] cherrypy SA 0.7 scoped_session

2011-12-08 Thread John Hufnagle
I've been beating my head over this one. I read the ORM Creating a Thread-local Context doc and the web but don't see a simple answer...saw some old SA/Cherrypy code that used cherrypy 'tools' etc. The SA doc seems straightforward but I keep getting sqlalchemy.exc.UnboundExecutionError errors.

Re: [sqlalchemy] cherrypy SA 0.7 scoped_session

2011-12-08 Thread Michael Bayer
On Dec 8, 2011, at 4:26 PM, John Hufnagle wrote: I've been beating my head over this one. I read the ORM Creating a Thread-local Context doc and the web but don't see a simple answer...saw some old SA/Cherrypy code that used cherrypy 'tools' etc. The SA doc seems straightforward but I keep