]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed bug which is actually a regression that occurred between
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 25 Nov 2015 20:29:04 +0000 (15:29 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 25 Nov 2015 20:29:31 +0000 (15:29 -0500)
commit2aeda9bd21ebe2af0b29eca4edbedc3931678d8c
tree7bff47584011d001bbd34fbf48006235c55f911b
parentbfea2123d30feaa9fe954808efbc0b487e197eda
- Fixed bug which is actually a regression that occurred between
versions 0.8.0 and 0.8.1, due :ticket:`2714`.  The case where
joined eager loading needs to join out over a subclass-bound
relationship when "with_polymorphic" were also used would fail
to join from the correct entity.
fixes #3593

(cherry picked from commit 1202e140b9876cf202c56d2f41bbbb573e15a39d)
doc/build/changelog/changelog_10.rst
lib/sqlalchemy/orm/strategies.py
lib/sqlalchemy/orm/util.py
test/orm/inheritance/test_relationship.py