[Sqlalchemy-commits] commit/sqlalchemy: zzzeek: - Fixed regression where we apparently still create
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2014-01-02 23:27:27
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/ca8fca639168/ Changeset: ca8fca639168 Branch: None User: zzzeek Date: 2014-01-03 00:26:32 Summary: - Fixed regression where we apparently still create an implicit alias when saying query(B).join(B.cs), where "C" is a joined inh class; however, this implicit alias was created only considering the immediate left side, and not a longer chain of joins along different joined-inh subclasses of the same base. As long as we're still implicitly aliasing in this case, the behavior is dialed back a bit so that it will alias the right side in a wider variety of cases. [ticket:2903] Affected #: 4 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. |