Re: [sqlalchemy] When is session.close required?

2017-05-23 Thread mike bayer
On 05/23/2017 09:55 AM, 'Brian Candler' via sqlalchemy wrote: Hello, I have a question about when "close" should or should not be called on a session. At http://docs.sqlalchemy.org/en/latest/orm/session_transaction.html it says: "When the transactional state is completed after a

[sqlalchemy] When is session.close required?

2017-05-23 Thread 'Brian Candler' via sqlalchemy
Hello, I have a question about when "close" should or should not be called on a session. At http://docs.sqlalchemy.org/en/latest/orm/session_transaction.html it says: "When the transactional state is completed after a rollback or commit, the Session releases all Transaction and Connection