]> 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:04 +0000 (15:29 -0500)
commit1202e140b9876cf202c56d2f41bbbb573e15a39d
tree00d70e89dedbdbf109343e0c667f71c8388c7c94
parent2a2be6a2ce66ed1040c0345a20f959cbea218859
- 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
doc/build/changelog/changelog_10.rst
lib/sqlalchemy/orm/strategies.py
lib/sqlalchemy/orm/util.py
test/orm/inheritance/test_relationship.py