[Sqlalchemy-commits] commit/sqlalchemy: zzzeek: - A refinement to the logic which adds columns to t
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2016-02-09 22:50:45
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/ff3be95620b6/ Changeset: ff3be95620b6 Branch: None User: zzzeek Date: 2016-02-09 22:49:38+00:00 Summary: - A refinement to the logic which adds columns to the resulting SQL when :meth:`.Query.distinct` is combined with :meth:`.Query.order_by` such that columns which are already present will not be added a second time, even if they are labeled with a different name. Regardless of this change, the extra columns added to the SQL have never been returned in the final result, so this change only impacts the string form of the statement as well as its behavior when used in a Core execution context. Additionally, columns are no longer added when the DISTINCT ON format is used, provided the query is not wrapped inside a subquery due to joined eager loading. fixes #3641 Affected #: 5 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. |