]> 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:27 +0000 (12:12 -0400)
commit0d6831448b55e56297b021518aae48dd9d64ff0b
treee52b91cca367779cf7d7bbe25681191285f50d3a
parent3ed5449ebb6c7b00e254c0a2f8fbaadd91349239
- 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