]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- An adjustment to the :func:`.subqueryload` strategy which ensures that
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 17 Dec 2013 00:17:41 +0000 (19:17 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 17 Dec 2013 00:22:26 +0000 (19:22 -0500)
commitdcb7e7759ae85b2cc4d6a93fffd9746365ffe45a
tree90f06b99d791333f964d845fd350fc46070d623d
parent37ebd3f2f3ce2f5f35889ca650341995dc753b08
- An adjustment to the :func:`.subqueryload` strategy which ensures that
the query runs after the loading process has begun; this is so that
the subqueryload takes precedence over other loaders that may be
hitting the same attribute due to other eager/noload situations
at the wrong time. [ticket:2887]
doc/build/changelog/changelog_08.rst
lib/sqlalchemy/orm/strategies.py
test/orm/test_subquery_relations.py