]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed bug where transaction-level "deleted"
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 5 Jun 2011 16:24:02 +0000 (12:24 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 5 Jun 2011 16:24:02 +0000 (12:24 -0400)
commitd0cf2e728dd3ada4d2d9e2f883a30c1cdbd3d5f5
treebd235e2ed732cc875b492ca24389ee620a931cbe
parent5062d997e736d356baab93d94bc12f20b324a884
- Fixed bug where transaction-level "deleted"
collection wouldn't be cleared of expunged
states, raising an error if they later
became transient [ticket:2182].
CHANGES
lib/sqlalchemy/orm/session.py
test/orm/test_session.py