]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed AssertionPool regression bug. A replacement of finalize
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 16 Mar 2011 22:15:27 +0000 (18:15 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 16 Mar 2011 22:15:27 +0000 (18:15 -0400)
commit852a1aef0763b5cd5ffb196ec1d18dcfee6bbfd9
tree7b751e82e01ef3fbf077d872c5c474cf37cf3e22
parent798339430a7657023188364c3ead0bcce56abd6b
- Fixed AssertionPool regression bug.  A replacement of finalize
logic did the wrong thing, but then also the logic it replaced also
doesn't seem like its needed.  If it is, would rather have a test case
first so its out for now, added tests for assertionpool.  [ticket:2097]
CHANGES
lib/sqlalchemy/pool.py
test/engine/test_pool.py