[jOOQ/jOOQ#14402] Add support for Databricks SQL - WIP
This includes: - Computed column support - Loader ON DUPLICATE KEY .. UPDATE support
This commit is contained in:
parent
db80b8e516
commit
f4acecfce8
@ -42,6 +42,7 @@ package org.jooq;
|
||||
// ...
|
||||
import static org.jooq.SQLDialect.CUBRID;
|
||||
// ...
|
||||
// ...
|
||||
import static org.jooq.SQLDialect.DERBY;
|
||||
import static org.jooq.SQLDialect.DUCKDB;
|
||||
// ...
|
||||
|
||||
Loading…
Reference in New Issue
Block a user