[Sqlalchemy-commits] commit/sqlalchemy: zzzeek: selectin polymorphic loading
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2017-06-05 15:27:56
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/bb6a1f690d4a/ Changeset: bb6a1f690d4a Branch: master User: zzzeek Date: 2017-06-05 15:27:00+00:00 Summary: selectin polymorphic loading Added a new style of mapper-level inheritance loading "polymorphic selectin". This style of loading emits queries for each subclass in an inheritance hierarchy subsequent to the load of the base object type, using IN to specify the desired primary key values. Fixes: #3948 Change-Id: I59e071c6142354a3f95730046e3dcdfc0e2c4de5 Affected #: 13 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. |