[#430] Add support for the Firebird database
This commit is contained in:
parent
10e79d63c1
commit
c7b29787d8
@ -129,6 +129,7 @@ extends BaseTest<A, AP, B, S, B2S, BS, L, X, DATE, BOOL, D, T, U, I, IPK, T658,
|
||||
case ASE:
|
||||
case CUBRID:
|
||||
case DERBY:
|
||||
case FIREBIRD:
|
||||
case H2:
|
||||
case INGRES:
|
||||
case MYSQL:
|
||||
@ -201,6 +202,7 @@ extends BaseTest<A, AP, B, S, B2S, BS, L, X, DATE, BOOL, D, T, U, I, IPK, T658,
|
||||
// ------------------------------------------------------------
|
||||
switch (getDialect()) {
|
||||
case DERBY:
|
||||
case FIREBIRD:
|
||||
case SQLITE:
|
||||
log.info("SKIPPING", "Statistical aggregate functions");
|
||||
break;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user