#2004 - MariaDb specific platform with @History support (initial) (#2023)

#2004 - MariaDb specific platform with @History support (initial)
This commit is contained in:
Rob Bygrave
2020-06-19 23:20:07 +12:00
committed by GitHub
parent f445c118a0
commit 32ce1f1d59
29 changed files with 347 additions and 110 deletions
@@ -117,7 +117,7 @@ public class TestRawSqlOrmQuery extends BaseTestCase {
}
@Test
@IgnorePlatform({Platform.MYSQL, Platform.SQLSERVER})
@IgnorePlatform({Platform.MYSQL, Platform.MARIADB, Platform.SQLSERVER})
public void test_upperCaseSql() {
ResetBasicData.reset();