]> 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:46:01 +0000 (13:46 -0400)
commit7dc497be982e5d09c3f2be8ebbac7537b31882a4
treea81af91d8cda90c9a3e370a7058395a858e853f4
parentd91da90d96f8f1afabc5225445a24a01867bade2
- 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