]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed another location where autoflush was interfering
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 31 Mar 2009 14:57:19 +0000 (14:57 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 31 Mar 2009 14:57:19 +0000 (14:57 +0000)
commit832ea82fefa366f4717e889511f66ecfce3313de
tree0edb6b2ea2f3b4fd8580c48af93286a8806f11da
parentaca84bebb091a51ceeb911249c366e17b954826a
- Fixed another location where autoflush was interfering
with session.merge().  autoflush is disabled completely
for the duration of merge() now. [ticket:1360]
CHANGES
lib/sqlalchemy/orm/properties.py
lib/sqlalchemy/orm/session.py
test/orm/merge.py