diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2016-09-21 17:55:39 -0400 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2016-09-21 17:57:38 -0400 |
| commit | 97b294093617eca7298a2fe97bd23bd6dc3b59bf (patch) | |
| tree | 87bafb6b1dec132f38b11eaf42eaee5a4dceb9c4 /doc/build | |
| parent | 930b07c3af5300e65473d44535db8c1d7133cb13 (diff) | |
| download | sqlalchemy-97b294093617eca7298a2fe97bd23bd6dc3b59bf.tar.gz | |
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
Diffstat (limited to 'doc/build')
| -rw-r--r-- | doc/build/changelog/changelog_10.rst | 9 |
1 files changed, 9 insertions, 0 deletions
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 @@ -20,6 +20,15 @@ .. 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 :versions: 1.1.0 |
