[sqlalchemy] session context manager

2015-07-28 Thread Chris Withers
Hi All, I'm looking to use a session as a context manager, I've found session_scope here: http://docs.sqlalchemy.org/en/latest/orm/session_basics.html#when-do-i-construct-a-session-when-do-i-commit-it-and-when-do-i-close-it ...but is there anything in the core? I find of expected a session

Re: [sqlalchemy] session context manager

2015-07-28 Thread Mike Bayer
On 7/28/15 8:11 AM, Chris Withers wrote: Hi All, I'm looking to use a session as a context manager, I've found session_scope here: http://docs.sqlalchemy.org/en/latest/orm/session_basics.html#when-do-i-construct-a-session-when-do-i-commit-it-and-when-do-i-close-it ...but is there