]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed bug in query.update() when passing Cls.attribute
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 8 Dec 2009 23:44:22 +0000 (23:44 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 8 Dec 2009 23:44:22 +0000 (23:44 +0000)
commit121f701c36c155dadbf7b496a1207c5a8ba95650
treedd807c69c3cf6a7030ec031c1eb51ee8c8f5383a
parent74102ffc296d3a472a655db4e53584a24b8004a4
- Fixed bug in query.update() when passing Cls.attribute
as keys in the value dict and using synchronize_session='expire'.
[ticket:1436]
CHANGES
lib/sqlalchemy/orm/query.py
test/orm/test_query.py