]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
adjustments to pool stemming from changes made for [ticket:224].
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 4 Aug 2006 06:21:58 +0000 (06:21 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 4 Aug 2006 06:21:58 +0000 (06:21 +0000)
commit8f94457e56450988d5e18f66ee33dcb26c749caa
tree34036557b8f009db542df0976dc225d1bbcfd809
parent2ca2c769cdf77ff8f1fdcf9ad7e606676fcffee3
adjustments to pool stemming from changes made for [ticket:224].
overflow counter should only be decremented if the connection actually
succeeded.  added a test script to attempt testing this.
CHANGES
lib/sqlalchemy/pool.py
test/perf/poolload.py [new file with mode: 0644]