]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- restore the old behavior of the connection pool replacing itself just
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 22 Mar 2014 23:02:37 +0000 (19:02 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 22 Mar 2014 23:02:37 +0000 (19:02 -0400)
commit8e10ab92df0d8b5d24474e00d6628d2de94b900c
treebc3f7ba36ac697bd6492b6a90a483a2fa4bb81fb
parent5d2bfc4df45bd2f3347391c67b975066fdb74723
- restore the old behavior of the connection pool replacing itself just
within userland engine.dispose(); as some SQLA tests already failed when the replace step
was removed, due to those conns still being referenced, it's likely this will
create surprises for all those users that incorrectly use dispose()
and it's not really worth dealing with.  This doesn't affect the change
we made for ref: #2985.
lib/sqlalchemy/engine/base.py
test/engine/test_execute.py