[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:
Lukas Eder 2025-02-06 14:54:23 +01:00
parent db80b8e516
commit f4acecfce8

View File

@ -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;
// ...