]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed bug in :class:`.Connection` and pool where the
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 4 Feb 2015 23:51:24 +0000 (18:51 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 4 Feb 2015 23:51:24 +0000 (18:51 -0500)
commit068f9a1531c8114360d5fcd964c27fe6a21f4679
tree3eb3a1a85af928f792c4de42d1d16520ec4575a7
parent9cbe235810b7c0c24d2556b4bb581b0207812e2d
- Fixed bug in :class:`.Connection` and pool where the
:meth:`.Connection.invalidate` method, or an invalidation due
to a database disconnect, would fail if the
``isolation_level`` parameter had been used with
:meth:`.Connection.execution_options`; the "finalizer" that resets
the isolation level would be called on the no longer opened connection.
fixes #3302
doc/build/changelog/changelog_09.rst
lib/sqlalchemy/engine/base.py
lib/sqlalchemy/pool.py
test/engine/test_reconnect.py
test/engine/test_transaction.py