[Sqlalchemy-commits] commit/sqlalchemy: zzzeek: - Turned off the "simple order by" flag on the MSSQ
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2015-03-24 16:29:27
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/86cebccc4c3c/ Changeset: 86cebccc4c3c Branch: None User: zzzeek Date: 2015-03-24 16:28:19+00:00 Summary: - Turned off the "simple order by" flag on the MSSQL dialect; this is the flag that per :ticket:`2992` causes an order by or group by an expression that's also in the columns clause to be copied by label, even if referenced as the expression object. The behavior for MSSQL is now the old behavior that copies the whole expression in by default, as MSSQL can be picky on these particularly in GROUP BY expressions. fixes #3338 - Add a test that includes a composed label in a GROUP BY 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. |