Test fixes (#1628)

* FIX: mysql index sizes

* FIX: osolete whitespace in sqlserver tests

* Updated mssql-jdbc, this fixes problems in the batch insert (https://github.com/Microsoft/mssql-jdbc/pull/912)

* fix tablename  (reserved word in mariadb)

* ignored failing tests for sqlserver
This commit is contained in:
Roland Praml
2019-02-04 09:20:09 +13:00
committed by Rob Bygrave
parent 5a4a0e3886
commit 6a7e6caa66
8 changed files with 16 additions and 3 deletions
@@ -203,6 +203,7 @@ public class TestBatchInsertFlush extends BaseTestCase {
}
@Test
@IgnorePlatform(Platform.SQLSERVER)
public void noflushWhenIdIsLoaded() {
EbeanServer server = Ebean.getDefaultServer();