[Sqlalchemy-commits] commit/sqlalchemy: 3 new changesets
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2014-09-26 20:26:03
|
3 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/d6aea828c45d/ Changeset: d6aea828c45d Branch: rel_0_9 User: zzzeek Date: 2014-09-26 18:36:55+00:00 Summary: - flake8 Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/fbddf193a684/ Changeset: fbddf193a684 Branch: None User: zzzeek Date: 2014-09-26 18:55:36+00:00 Summary: - Fixed bug where a "branched" connection, that is the kind you get when you call :meth:`.Connection.connect`, would not share invalidation status with the parent. The architecture of branching has been tweaked a bit so that the branched connection defers to the parent for all invalidation status and operations. fixes #3215 Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/b89523f0b75e/ Changeset: b89523f0b75e Branch: None User: zzzeek Date: 2014-09-26 20:25:26+00:00 Summary: - Fixed bug where a "branched" connection, that is the kind you get when you call :meth:`.Connection.connect`, would not share transaction status with the parent. The architecture of branching has been tweaked a bit so that the branched connection defers to the parent for all transactional status and operations. fixes #3190 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. |