]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- added "rollback_returned" option to Pool which will
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 5 May 2008 15:52:09 +0000 (15:52 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 5 May 2008 15:52:09 +0000 (15:52 +0000)
commit635e61bdebfc8fefb93cad2550b1342c43b63186
tree5b62fa83275cf34bb0294989a889cc3523e90f0f
parentdc5ab50a4354da3ea1f98cd2c35fbc0a418ad828
- added "rollback_returned" option to Pool which will
      disable the rollback() issued when connections are
      returned.  This flag is only safe to use with a database
      which does not support transactions (i.e. MySQL/MyISAM).
CHANGES
lib/sqlalchemy/pool.py