]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- take advantage of 0.9's pool redesign a bit, adding
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 4 Jul 2013 17:25:40 +0000 (13:25 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 4 Jul 2013 17:25:40 +0000 (13:25 -0400)
commit4a9d88b1cf1ba674f13b8e9c173aabd13b82dc36
tree610afb65f16a6850fe10b959e767fc20024c829b
parent57da64432020d1769f9c55713296fef1f7c4a1cf
- take advantage of 0.9's pool redesign a bit, adding
_ConnectionRecord.checkin() so that this functionality is
encapsulated; is now called from two different locations
for [ticket:2772].
- 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. [ticket:2772]
doc/build/changelog/changelog_08.rst
lib/sqlalchemy/__init__.py
lib/sqlalchemy/pool.py
test/engine/test_pool.py