[Sqlalchemy-commits] commit/sqlalchemy: zzzeek: Ensure mapper.polymorphic_on is polymorphic_prop.co
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2016-09-21 22:49:32
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/97b294093617/ Changeset: 97b294093617 Branch: master User: zzzeek Date: 2016-09-21 21:57:38+00:00 Summary: 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 Affected #: 3 files Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |