[Sqlalchemy-commits] commit/sqlalchemy: 2 new changesets
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2015-02-04 23:52:29
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/068f9a1531c8/ Changeset: 068f9a1531c8 Branch: None User: zzzeek Date: 2015-02-04 23:51:24+00:00 Summary: - 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 Affected #: 5 files https://bitbucket.org/zzzeek/sqlalchemy/commits/7c196d16fed5/ Changeset: 7c196d16fed5 Branch: rel_0_9 User: zzzeek Date: 2015-02-04 23:52:16+00:00 Summary: - 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 (cherry picked from commit 068f9a1531c8114360d5fcd964c27fe6a21f4679) Affected #: 5 files Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |