]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- added generative where(<criterion>) method to delete()
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 8 Feb 2008 22:57:45 +0000 (22:57 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 8 Feb 2008 22:57:45 +0000 (22:57 +0000)
commit842934f40cba8a6d5266c0f86306c8c1f067dd0f
tree36fc1f816467546c9ea9e6e1661b041d1b906c9a
parent1b228e848183b34046fc2ef34206344f88876f3a
- added generative where(<criterion>) method to delete()
and update() constructs which return a new object with
criterion joined to existing criterion via AND, just
like select().where().
- compile assertions use assertEquals()
CHANGES
lib/sqlalchemy/sql/expression.py
test/sql/select.py
test/testlib/testing.py