From 97b294093617eca7298a2fe97bd23bd6dc3b59bf Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Wed, 21 Sep 2016 17:55:39 -0400 Subject: Ensure mapper.polymorphic_on is polymorphic_prop.columns[0] Fixed bug where joined eager loading would fail for a polymorphically- loaded mapper, where the polymorphic_on was set to an un-mapped expression such as a CASE expression. Change-Id: Iffe68196aaac592165c89684f09f4c06cd78ce54 Fixes: #3800 --- doc/build/changelog/changelog_10.rst | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'doc/build') diff --git a/doc/build/changelog/changelog_10.rst b/doc/build/changelog/changelog_10.rst index 8808f6511..b3e76b475 100644 --- a/doc/build/changelog/changelog_10.rst +++ b/doc/build/changelog/changelog_10.rst @@ -18,6 +18,15 @@ .. changelog:: :version: 1.0.16 + .. change:: + :tags: bug, orm + :tickets: 3800 + :versions: 1.1.0 + + Fixed bug where joined eager loading would fail for a polymorphically- + loaded mapper, where the polymorphic_on was set to an un-mapped + expression such as a CASE expression. + .. change:: :tags: bug, orm :tickets: 3798 -- cgit v1.2.1