diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2015-04-02 12:19:15 -0400 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2015-04-02 12:19:15 -0400 |
commit | 359f471a1203cafd5dc99b5b078ba7d788b67cec (patch) | |
tree | 0470da42bc2e797c13f8bbe0ce1625723ee148af /lib/sqlalchemy/sql/compiler.py | |
parent | 2cae4f262b2faff18cbc06331a20e265b3b6c328 (diff) | |
download | sqlalchemy-359f471a1203cafd5dc99b5b078ba7d788b67cec.tar.gz |
- Fixed bug where the state tracking within multiple, nested
:meth:`.Session.begin_nested` operations would fail to propagate
the "dirty" flag for an object that had been updated within
the inner savepoint, such that if the enclosing savepoint were
rolled back, the object would not be part of the state that was
expired and therefore reverted to its database state.
fixes #3352
Diffstat (limited to 'lib/sqlalchemy/sql/compiler.py')
0 files changed, 0 insertions, 0 deletions