[jOOQ/jOOQ#15012] Get BigQuery dialect up to date

This commit is contained in:
Lukas Eder 2023-05-05 14:44:23 +02:00
parent 3d1f58dcf5
commit 72d06d0e7b
4 changed files with 5 additions and 0 deletions

View File

@ -45,6 +45,7 @@ import org.jetbrains.annotations.*;
// ...
// ...
// ...
// ...
import static org.jooq.SQLDialect.CUBRID;
// ...
import static org.jooq.SQLDialect.DERBY;

View File

@ -42,6 +42,7 @@ package org.jooq;
// ...
// ...
// ...
// ...
import static org.jooq.SQLDialect.CUBRID;
// ...
import static org.jooq.SQLDialect.DERBY;

View File

@ -1469,6 +1469,7 @@ implements
case TRINO:
ctx.visit(K_ALTER_COLUMN);
break;
@ -1754,6 +1755,7 @@ implements
case TRINO:
ctx.visit(K_DROP_COLUMN);
break;

View File

@ -773,6 +773,7 @@ implements
case DERBY:
case MARIADB:
case MYSQL: