]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- improved the attribute and state accounting performed by query.update() and query...
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 29 May 2008 14:45:40 +0000 (14:45 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 29 May 2008 14:45:40 +0000 (14:45 +0000)
commit59c1887945ac577acc0925314ff9bfa8bb4eb141
tree1e54ddb2880c8d76903069001c836c2ca8a35f19
parentff7574ffa34d17274c01b1b55830b1cd116dbb0a
- improved the attribute and state accounting performed by query.update() and query.delete()
- added autoflush support to same
lib/sqlalchemy/orm/query.py
test/orm/query.py