[Sqlalchemy-commits] commit/sqlalchemy: 2 new changesets
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2016-08-15 22:16:49
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/323e6e7f9f6a/ Changeset: 323e6e7f9f6a Branch: master User: zzzeek Date: 2016-08-15 21:36:03+00:00 Summary: Rework _apply_joins(), _prep_for_joins() totally The approach here is still error prone and hard to follow. Reorganize the whole thing to take a pretty blunt approach to the structure of to_join(). Also fix some never-called code (!) in _prep_for_joins() and ensure we re-use an aliased object. Fixes: #3774 Change-Id: Ie6319415ae7213b4a33eac2ab70803ad2880d340 Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/bba76c69ba53/ Changeset: bba76c69ba53 Branch: rel_1_0 User: zzzeek Date: 2016-08-15 21:44:35+00:00 Summary: Rework _apply_joins(), _prep_for_joins() totally The approach here is still error prone and hard to follow. Reorganize the whole thing to take a pretty blunt approach to the structure of to_join(). Also fix some never-called code (!) in _prep_for_joins() and ensure we re-use an aliased object. Fixes: #3774 Change-Id: Ie6319415ae7213b4a33eac2ab70803ad2880d340 (cherry picked from commit 323e6e7f9f6a731103cfd19d774024f7f0f84377) 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. |