]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- using sublime, so there's mass trailing whitespace removal
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 30 Jun 2012 16:14:59 +0000 (12:14 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 30 Jun 2012 16:14:59 +0000 (12:14 -0400)
commit9843d793cf02ff89998d0c7708ac7d3139fb2053
tree60d5715cc8d68773cfba4dba7f6dbf3c454d7171
parentddf58363c8e138d2ec9b770dd3e390a14626e2a9
- using sublime, so there's mass trailing whitespace removal
- port from 0.8:  Fixed bug whereby
a disconnect detect + dispose that occurs
when the QueuePool has threads waiting
for connections would leave those
threads waiting for the duration of
the timeout on the old pool (or indefinitely
if timeout was disabled).  The fix
now notifies those waiters with a special
exception case and has them move onto
the new pool.  [ticket:2522]
CHANGES
lib/sqlalchemy/engine/base.py
lib/sqlalchemy/pool.py
lib/sqlalchemy/util/queue.py
test/aaa_profiling/test_pool.py
test/engine/test_pool.py