diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2015-03-30 17:49:39 -0400 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2015-03-30 17:49:39 -0400 |
commit | 1a56177c21cd45a25cc28ccda3af6d2c92810e50 (patch) | |
tree | cc1a2e2a5494c7e8ff54008c6ce2aa2ced1f18a2 /lib/sqlalchemy/orm/util.py | |
parent | a15b2ac0a184fecc50ea62315bd38478c4cf1ab8 (diff) | |
download | sqlalchemy-1a56177c21cd45a25cc28ccda3af6d2c92810e50.tar.gz |
- Fixed a bug related to "nested" inner join eager loading, which
exists in 0.9 as well but is more of a regression in 1.0 due to
:ticket:`3008` which turns on "nested" by default, such that
a joined eager load that travels across sibling paths from a common
ancestor using innerjoin=True will correctly splice each "innerjoin"
sibling into the appropriate part of the join, when a series of
inner/outer joins are mixed together.
fixes #3347
Diffstat (limited to 'lib/sqlalchemy/orm/util.py')
0 files changed, 0 insertions, 0 deletions