]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Fix invalid behavior of Query.update and Query.delete with evaluate strategy and...
authorAnts Aasma <ants.aasma@gmail.com>
Thu, 31 Dec 2009 12:21:30 +0000 (12:21 +0000)
committerAnts Aasma <ants.aasma@gmail.com>
Thu, 31 Dec 2009 12:21:30 +0000 (12:21 +0000)
commit9825126a6185d63139c9f2845fab6e36b0d79953
treeff6c103de68c138809a950b7b0792677a605733a
parent700b3a52952529b50f5882657ef2aa9d7c2494b2
Fix invalid behavior of Query.update and Query.delete with evaluate strategy and no criterion.
lib/sqlalchemy/orm/query.py
test/orm/test_query.py