]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- alter the yield_per eager restriction such that joined many-to-one loads
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 30 Aug 2014 19:45:50 +0000 (15:45 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 30 Aug 2014 19:45:50 +0000 (15:45 -0400)
commitf995a63d6c0b5dd072cbadee2bf78b233f454061
treef6ec929636458e8fd24011849732118110a6f6af
parent0bd074cc5ae9fed32e6f7d98d687aba3c9dd52c2
- alter the yield_per eager restriction such that joined many-to-one loads
are still OK, since these should be fine.
doc/build/changelog/changelog_10.rst
doc/build/changelog/migration_10.rst
lib/sqlalchemy/orm/query.py
lib/sqlalchemy/orm/strategies.py
test/orm/test_query.py