]> 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:47:56 +0000 (13:47 -0400)
commit5cf8dbeb5efd2b610b1fd9c03fad4791645c3c87
tree4a10d5aff01a9afb01f065e575473038580b6d71
parent96b24ec545fa2e8afe66e76038be79110d6c7ef0
- 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
- adjust the test from 1.0/0.9 to not use chained eager load style
doc/build/changelog/changelog_08.rst
lib/sqlalchemy/orm/strategies.py
test/orm/inheritance/_poly_fixtures.py
test/orm/test_subquery_relations.py