[jOOQ/jOOQ#17818] SQLDialect.AURORA_POSTGRES should cast JSONB and

similar types in INSERT statements
This commit is contained in:
Lukas Eder 2025-01-06 11:44:00 +01:00
parent 91e14f7042
commit a39999b673

View File

@ -45,6 +45,7 @@ import static org.jooq.Clause.INSERT_SELECT;
import static org.jooq.Clause.INSERT_VALUES;
// ...
// ...
// ...
import static org.jooq.SQLDialect.CLICKHOUSE;
// ...
// ...