]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed regression caused in 1.0.10 by the fix for :ticket:`3593` where
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 15 Dec 2015 19:00:50 +0000 (14:00 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 15 Dec 2015 19:01:34 +0000 (14:01 -0500)
commit4765b33f80ad513ef6c171c139fb3ad34f211194
tree66a657cce53e7ae38a2e9a7e66d35900fa9e1dec
parent7184e69e2781e3aa6c361c36543fbdc80b7ca1a3
- Fixed regression caused in 1.0.10 by the fix for :ticket:`3593` where
the check added for a polymorphic joinedload from a
poly_subclass->class->poly_baseclass connection would fail for the
scenario of class->poly_subclass->class.
fixes #3611

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