]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed bug where items that were persisted, deleted, or had a
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 1 Jul 2014 16:12:27 +0000 (12:12 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 1 Jul 2014 16:12:51 +0000 (12:12 -0400)
commit427ee3a61e9732fe41c10d2f8ab6650f24bb3d7c
treee480ee7e5f51aaa998e32fb9c15fa3fa81c61307
parent2d8d1dcf60e023275b8dcfea015ec16cad69d266
- Fixed bug where items that were persisted, deleted, or had a
primary key change within a savepoint block would not
participate in being restored to their former state (not in
session, in session, previous PK) after the outer transaction
were rolled back. fixes #3108
doc/build/changelog/changelog_09.rst
lib/sqlalchemy/orm/session.py
test/orm/test_naturalpks.py
test/orm/test_transaction.py