[Sqlalchemy-commits] commit/sqlalchemy: 2 new changesets
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2017-05-12 22:09:04
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/94a089bc2b42/ Changeset: 94a089bc2b42 Branch: None User: zzzeek Date: 2017-05-12 19:18:45+00:00 Summary: Demote innerjoin to outerjoin coming from with_polymorphic a with_polymorphic, regardless of inheritance type, represents multiple classes. A subclass that wants to joinedload with innerjoin=True needs to be demoted to an outerjoin because the parent entity rows might not be of that type. Looks more intuitive with a joined inheritance load, but applies just as well to single or concrete. Change-Id: I4d3d76106ae20032269f8848aad70a8e2f9422f9 Fixes: #3988 Affected #: 6 files https://bitbucket.org/zzzeek/sqlalchemy/commits/b5697334789a/ Changeset: b5697334789a Branch: master User: zzzeek Date: 2017-05-12 22:07:49+00:00 Summary: Merge "Demote innerjoin to outerjoin coming from with_polymorphic" Affected #: 6 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. |