]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Corrected problem with bindparams not working properly with Query.delete and Query...
authorMichael Trier <mtrier@gmail.com>
Thu, 11 Dec 2008 21:52:11 +0000 (21:52 +0000)
committerMichael Trier <mtrier@gmail.com>
Thu, 11 Dec 2008 21:52:11 +0000 (21:52 +0000)
commit887c403f763fae9e0f6697b31a31e263174d06c9
tree6da19a8a09149e05b05f839642965de02ccb8267
parent1e4eeb809862db71022b0a0872cef5fa876c9526
Corrected problem with bindparams not working properly with Query.delete and Query.update. Thanks zzzeek. Fixes #1242.
lib/sqlalchemy/orm/query.py
test/orm/query.py