Fixed tests, if SqlServer has "Latin1_General_100_BIN2" collation. (#1600)

This means, all names are interpreted case sensitive by the db
This commit is contained in:
Roland Praml
2019-01-08 22:40:14 +13:00
committed by Rob Bygrave
parent 0b18189e62
commit 50de32af29
16 changed files with 32 additions and 32 deletions
@@ -105,7 +105,7 @@ public class TestRawSqlOrmQuery extends BaseTestCase {
}
@Test
@IgnorePlatform(Platform.MYSQL)
@IgnorePlatform({Platform.MYSQL, Platform.SQLSERVER})
public void test_upperCaseSql() {
ResetBasicData.reset();