[jOOQ/jOOQ#1985] Add support for EXASOL

- Fix nested ROW tests
- Skip some CONNECT BY tests
- Fix DDL tests
- Support OVERLAPS
- Support ROW BETWEEN condition
This commit is contained in:
Lukas Eder 2021-05-12 21:50:30 +02:00
parent 3eb5138508
commit ce0f359e57

View File

@ -48,6 +48,7 @@ import static org.jooq.SQLDialect.CUBRID;
// ...
// ...
import static org.jooq.SQLDialect.DERBY;
// ...
import static org.jooq.SQLDialect.FIREBIRD;
import static org.jooq.SQLDialect.H2;
// ...