[Sqlalchemy-commits] commit/sqlalchemy: zzzeek: Emit after_rollback() event before snapshot removal
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2017-03-14 20:55:58
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/4ece86eb4127/ Changeset: 4ece86eb4127 Branch: master User: zzzeek Date: 2017-03-14 19:40:31+00:00 Summary: Emit after_rollback() event before snapshot removal The state of the :class:`.Session` is now present when the :meth:`.SessionEvents.after_rollback` event is emitted, that is, the attribute state of objects prior to their being expired. This is now consistent with the behavior of the :meth:`.SessionEvents.after_commit` event which also emits before the attribute state of objects is expired. Change-Id: I9c572656ec5a9bfaeab817e9c95107c75aca1b51 Fixes: #3934 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. |