]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
fix test for same mapper to use "isa"
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 30 Oct 2022 00:08:25 +0000 (20:08 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 30 Oct 2022 13:41:51 +0000 (09:41 -0400)
commit99e7afb4b2d82baff80f5d1fe1b2d1b21cbbec09
treec8f655eb7d97489ed7ec35baae22f0406d99128f
parented7bef700477ac85819040478ce2f2cca78c5700
fix test for same mapper to use "isa"

Fixed issue in joined eager loading where an assertion fail would occur
with a particular combination of outer/inner joined eager loads in
conjunction with an inherited subclass mapper as the middle target.

Fixes: #8738
Change-Id: I4909e7518302cbb82046e0425abbbdc8eb1c0146
doc/build/changelog/unreleased_14/8738.rst [new file with mode: 0644]
lib/sqlalchemy/orm/strategies.py
test/orm/inheritance/test_relationship.py