diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2017-03-11 10:52:43 -0500 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2017-03-14 15:40:31 -0400 |
commit | 4ece86eb41274ba059211807e23273178c3c3384 (patch) | |
tree | 46bee27a53626f467530eb4e78cc7abc4beae843 /lib/sqlalchemy/ext/serializer.py | |
parent | 596e322543df6ff380243c9cb0cf9997252329f6 (diff) | |
download | sqlalchemy-4ece86eb41274ba059211807e23273178c3c3384.tar.gz |
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
Diffstat (limited to 'lib/sqlalchemy/ext/serializer.py')
0 files changed, 0 insertions, 0 deletions