[Sqlalchemy-commits] commit/sqlalchemy: 2 new changesets
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2015-02-20 05:02:53
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/ad66266d3d27/ Changeset: ad66266d3d27 Branch: None User: zzzeek Date: 2015-02-20 05:01:19+00:00 Summary: - Fixed bug where internal assertion would fail in the case where an ``after_rollback()`` handler for a :class:`.Session` incorrectly adds state to that :class:`.Session` within the handler, and the task to warn and remove this state (established by :ticket:`2389`) attempts to proceed. fixes #3309 Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/f5d8a1859409/ Changeset: f5d8a1859409 Branch: rel_0_9 User: zzzeek Date: 2015-02-20 05:01:58+00:00 Summary: - Fixed bug where internal assertion would fail in the case where an ``after_rollback()`` handler for a :class:`.Session` incorrectly adds state to that :class:`.Session` within the handler, and the task to warn and remove this state (established by :ticket:`2389`) attempts to proceed. fixes #3309 (cherry picked from commit ad66266d3d275a6129e3270eaacdad171bc10817) Affected #: 3 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. |