]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Make Query.update and Query.delete return the amount of rows matched
authorAnts Aasma <ants.aasma@gmail.com>
Tue, 2 Sep 2008 20:02:02 +0000 (20:02 +0000)
committerAnts Aasma <ants.aasma@gmail.com>
Tue, 2 Sep 2008 20:02:02 +0000 (20:02 +0000)
commit920281ab55b407c9674759fa885797e1a9fff908
tree296142024200a89939b3aa0269623ba87d975109
parentc164c174a5b1d2f081493ed34333f98a1503922a
Make Query.update and Query.delete return the amount of rows matched
lib/sqlalchemy/orm/query.py
test/orm/query.py