]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed bug in connection pool cursor wrapper whereby if a
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 28 Apr 2010 20:16:56 +0000 (16:16 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 28 Apr 2010 20:16:56 +0000 (16:16 -0400)
commit74a8723df35fb35869fe95af5128ab6acd527a79
treecd80e8ae37e37b59485723b190ee22c35c60c8a7
parent31d168d2c3f322d013f7944701072ce4d5d420af
- Fixed bug in connection pool cursor wrapper whereby if a
cursor threw an exception on close(), the logging of the
message would fail.  [ticket:1786]
CHANGES
lib/sqlalchemy/pool.py
test/engine/test_reconnect.py