]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Query.update() and Query.delete() should turn off eagerloads. Fixes #1378.
authorAnts Aasma <ants.aasma@gmail.com>
Mon, 20 Apr 2009 15:00:41 +0000 (15:00 +0000)
committerAnts Aasma <ants.aasma@gmail.com>
Mon, 20 Apr 2009 15:00:41 +0000 (15:00 +0000)
commit7d0c5f72f9e6bd811f741c6f553e81b4093c252f
tree7a33456f737badae9a04d21bf6500c12eb8c76e5
parent7bb91d034f2460b180381f835a487854a1d96451
Query.update() and Query.delete() should turn off eagerloads. Fixes #1378.
CHANGES
lib/sqlalchemy/orm/query.py
test/orm/query.py