[Sqlalchemy-commits] commit/sqlalchemy: zzzeek: Add "existing" populators for subqueryload
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2017-01-16 19:04:22
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/3aefc6e8a4a0/ Changeset: 3aefc6e8a4a0 Branch: master User: zzzeek Date: 2017-01-16 18:16:25+00:00 Summary: Add "existing" populators for subqueryload Fixed bug in subquery loading where an object encountered as an "existing" row, e.g. already loaded from a different path in the same query, would not invoke subquery loaders for unloaded attributes that specified this loading. This issue is in the same area as that of :ticket:`3431`, :ticket:`3811` which involved similar issues with joined loading. Change-Id: If111a76b0812010905b0ac811276a816779d297f Fixes: #3854 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. |