[jOOQ/jOOQ#17037] Add BigQuery support for various array functions

This commit is contained in:
Lukas Eder 2024-08-13 13:58:05 +02:00
parent 247b70b2c8
commit 2e4877aa86
3 changed files with 6 additions and 0 deletions

View File

@ -98,6 +98,7 @@ implements
@Override
final boolean parenthesised(Context<?> ctx) {
switch (ctx.family()) {
case H2:
case HSQLDB:
case TRINO:
@ -120,6 +121,7 @@ implements
case H2:
case HSQLDB:
case TRINO:

View File

@ -98,6 +98,7 @@ implements
@Override
final boolean parenthesised(Context<?> ctx) {
switch (ctx.family()) {
case DUCKDB:
case H2:
case HSQLDB:
@ -117,6 +118,7 @@ implements
case DUCKDB:
case H2:
case HSQLDB:

View File

@ -101,6 +101,7 @@ implements
@Override
final boolean parenthesised(Context<?> ctx) {
switch (ctx.family()) {
case DUCKDB:
case H2:
case HSQLDB:
@ -121,6 +122,7 @@ implements
case DUCKDB:
case H2:
case HSQLDB: