[Sqlalchemy-commits] commit/sqlalchemy: 4 new changesets
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2016-08-13 14:39:28
|
4 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/b07eb3cb45d1/ Changeset: b07eb3cb45d1 Branch: None User: zzzeek Date: 2016-08-13 03:35:40+00:00 Summary: Ensure final link in subqueryload join is correct Fixed bug in subquery eager loading where a subqueryload of an "of_type()" object linked to a second subqueryload of a plain mapped class would fail to link the joins correctly. Change-Id: I4be89e6f5e492438464a2ded01eb9c84d7ff7d4e Fixes: #3773 Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/1f956ed7b3b6/ Changeset: 1f956ed7b3b6 Branch: None User: zzzeek Date: 2016-08-13 03:36:58+00:00 Summary: Ensure final link in subqueryload join is correct Fixed bug in subquery eager loading where a subqueryload of an "of_type()" object linked to a second subqueryload of a plain mapped class would fail to link the joins correctly. Change-Id: I4be89e6f5e492438464a2ded01eb9c84d7ff7d4e Fixes: #3773 (cherry picked from commit b07eb3cb45d1a344759a2eee9d2166fbf3e44888) Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/94a95b3e8fa0/ Changeset: 94a95b3e8fa0 Branch: master User: zzzeek Date: 2016-08-13 14:39:52+00:00 Summary: Merge "Ensure final link in subqueryload join is correct" Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/009cac8452e8/ Changeset: 009cac8452e8 Branch: rel_1_0 User: zzzeek Date: 2016-08-13 14:40:02+00:00 Summary: Merge "Ensure final link in subqueryload join is correct" into rel_1_0 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. |