]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- The behavior of :paramref:`.joinedload.innerjoin` as well as
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 26 Aug 2014 21:23:23 +0000 (17:23 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 26 Aug 2014 21:23:23 +0000 (17:23 -0400)
commit00862a29c6c1494f1b55c3f93e5300f69fb4ac98
tree0be186c1bea89154e385059a75303fa51f589002
parente346ee2c5776e21d4b37f9b495db943b21b47da2
- The behavior of :paramref:`.joinedload.innerjoin` as well as
:paramref:`.relationship.innerjoin` is now to use "nested"
inner joins, that is, right-nested, as the default behavior when an
inner join joined eager load is chained to an outer join eager load.
fixes #3008
doc/build/changelog/changelog_10.rst
doc/build/changelog/migration_10.rst
lib/sqlalchemy/orm/relationships.py
lib/sqlalchemy/orm/strategies.py
lib/sqlalchemy/orm/strategy_options.py
test/orm/test_eager_relations.py