]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Fixed bug whereby :meth:`.Query.yield_per` would set the execution
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 8 Feb 2013 06:20:41 +0000 (01:20 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 8 Feb 2013 06:20:41 +0000 (01:20 -0500)
commitb6195b1f755768066c78db7575275052a3e2daaa
tree3060f014610b8d75fe6c8553a2d453779efde1cb
parent9e3cd16c2174f5e6e4364803e940bdb4b8c1e6fa
Fixed bug whereby :meth:`.Query.yield_per` would set the execution
options incorrectly, thereby breaking subsequent usage of the
:meth:`.Query.execution_options` method.  Courtesy Ryan Kelly.
[ticket:2661]
doc/build/changelog/changelog_08.rst
lib/sqlalchemy/orm/query.py
test/orm/test_query.py