]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
skip dupe order by test on mssql
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 29 May 2021 15:05:25 +0000 (11:05 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 29 May 2021 15:05:25 +0000 (11:05 -0400)
commitaeee452eb03430e189480392a54c6278e6029a7d
tree44c2ceb128b4e9c2522903908f60fdfeb09834b0
parent9727cdecbe52b86b4328b92d7e10a7193ca8083e
skip dupe order by test on mssql

SQL Server wants to complain if ORDER BY specifies the same
expression more than once, so just skip this test added in
aaba0650d7410f579b2c14f8f1b0680a1d1852c4 as this only needs
to test ORM functionality.

Change-Id: I857746771ed9c661043d7a8661efe9f47449c466
test/orm/test_dynamic.py
test/requirements.py