]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed bug in subquery eager loading where a long chain of
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 25 May 2014 17:45:32 +0000 (13:45 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 25 May 2014 17:45:32 +0000 (13:45 -0400)
commit95b10c4e8e59cf2509ba5d90a03341d74f93d164
treebd2723a3f02502ffebb35f538f0ac8477aec3a12
parente6cbd88fe17a8ce63078b00293fbe3da2ddf9ea4
- Fixed bug in subquery eager loading where a long chain of
eager loads across a polymorphic-subclass boundary in conjunction
with polymorphic loading would fail to locate the subclass-link in the
chain, erroring out with a missing property name on an
:class:`.AliasedClass`. fixes #3055
doc/build/changelog/changelog_08.rst
lib/sqlalchemy/orm/strategies.py
test/orm/inheritance/_poly_fixtures.py
test/orm/test_subquery_relations.py