]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- [bug] Fixed bug whereby if a database restart
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 22 Jun 2012 16:42:01 +0000 (12:42 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 22 Jun 2012 16:42:01 +0000 (12:42 -0400)
commite597d3d14527eb163c6fd78e5e135525fc14c3c8
treef9c898dedfcf21bef4ed1344c68ceffb73f6ff0b
parent5f0a7bb152b30dd7b05771725a7ffe16e3af8f8a
- [bug] Fixed bug whereby if a database restart
affected multiple connections, each
connection would individually invoke a new
disposal of the pool, even though only
one disposal is needed.  [ticket:2522]
CHANGES
lib/sqlalchemy/engine/base.py
test/engine/test_reconnect.py