]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed bug in query.update() where 'evaluate' or 'fetch'
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 2 Oct 2010 00:55:42 +0000 (20:55 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 2 Oct 2010 00:55:42 +0000 (20:55 -0400)
commit4557fd5a9af9ad4d93ab1eacef4b7e059bb10dc3
treea1d8ddf554a913b5e2b55153029db66e12aa256c
parent846c9e17056e65554cf226abe71d2d0c68108bc9
- Fixed bug in query.update() where 'evaluate' or 'fetch'
expiration would fail if the column expression key was
a class attribute with a different keyname as the
actual column name.  [ticket:1935]
CHANGES
lib/sqlalchemy/orm/query.py
lib/sqlalchemy/orm/util.py
test/orm/test_query.py