]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Fixed bug where :class:`.QueuePool` would lose the correct
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 4 Jul 2013 17:18:00 +0000 (13:18 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 4 Jul 2013 17:18:00 +0000 (13:18 -0400)
commitf390639bf1a7a5a2a47bcd6df7106cf5855a44c1
treec907a2683dfa4e8ad05be2ad2730cabe8a031743
parent82f5ff7938d002a3cd67d43af04f77ce3daa8b71
Fixed bug where :class:`.QueuePool` would lose the correct
checked out count if an existing pooled connection failed to reconnect
after an invalidate or recycle event.  Also in 0.8.3.
[ticket:2772]
doc/build/changelog/changelog_08.rst
doc/build/changelog/changelog_09.rst
lib/sqlalchemy/pool.py
test/engine/test_pool.py