[Sqlalchemy-commits] commit/sqlalchemy: 2 new changesets
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2017-01-19 21:29:29
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/4ae02f46e944/ Changeset: 4ae02f46e944 Branch: None User: zzzeek Date: 2017-01-19 18:49:08+00:00 Summary: Dont set _set_select_from() for alias object Fixed bug first introduced in 0.9.7 as a result of :ticket:`3106` which would cause an incorrect query in some forms of multi-level subqueryload against aliased entities, with an unnecessary extra FROM entity in the innermost subquery. Fixes: #3893 Change-Id: Ic4003c2c1c0206bd22a098fd497a7375c2758305 Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/81518ae2e2bc/ Changeset: 81518ae2e2bc Branch: master User: zzzeek Date: 2017-01-19 21:28:58+00:00 Summary: Merge "Dont set _set_select_from() for alias object" 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. |