diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2015-03-24 12:28:19 -0400 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2015-03-24 12:28:19 -0400 |
commit | 86cebccc4c3cfb687cbbe9703cf732641c55ce44 (patch) | |
tree | 36ad45dfcfe838562c8c5c1a6ea235459f35dbb0 /lib/sqlalchemy/testing/assertsql.py | |
parent | bdcaa0f6ca580b54b9c25178441fcbe8f2a4e387 (diff) | |
download | sqlalchemy-86cebccc4c3cfb687cbbe9703cf732641c55ce44.tar.gz |
- 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
Diffstat (limited to 'lib/sqlalchemy/testing/assertsql.py')
0 files changed, 0 insertions, 0 deletions