[#1520] Handle Ingres', SQL Server's, Sybase ASE's limitations of 1024,
2100 or 2000 maximum bind values per query - Skip test case for now
This commit is contained in:
parent
b2df43d6e5
commit
092c7fc724
@ -319,8 +319,9 @@ extends BaseTest<A, AP, B, S, B2S, BS, L, X, DATE, BOOL, D, T, U, I, IPK, T658,
|
||||
.fetchOne(count));
|
||||
|
||||
switch (getDialect()) {
|
||||
case INGRES:
|
||||
case SQLITE:
|
||||
log.info("SKIPPING", "SQLite can't handle more than 999 variables");
|
||||
log.info("SKIPPING", "SQLite/Ingres can't handle more than 999 variables");
|
||||
break;
|
||||
|
||||
default:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user