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
],
)
+ @testing.requires.dupe_order_by_ok
def test_order_by_composition_uses_immutable_tuple(self):
addresses = self.tables.addresses
User, Address = self._user_address_fixture(
"no support for EXCEPT",
)
+ @property
+ def dupe_order_by_ok(self):
+ """target db wont choke if ORDER BY specifies the same expression
+ more than once
+
+ """
+
+ return skip_if("mssql")
+
@property
def order_by_col_from_union(self):
"""target database supports ordering by a column from a SELECT