[Sqlalchemy-commits] commit/sqlalchemy: zzzeek: Add selectin loading
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2017-04-26 22:12:07
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/19d2424e05fa/ Changeset: 19d2424e05fa Branch: master User: zzzeek Date: 2017-04-26 20:08:57+00:00 Summary: Add selectin loading Adding a new kind of relationship loader that is a cross between the "immediateload" and the "subquery" eager loader, using an IN criteria to load related items in bulk immediately after the lead query result is loaded. Change-Id: If13713fba9b465865aef8fd50b5b6b977fe3ef7d Fixes: #3944 Affected #: 16 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. |