[jOOQ/jOOQ#17037] Add BigQuery support for various array functions
This commit is contained in:
parent
247b70b2c8
commit
2e4877aa86
@ -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:
|
||||
|
||||
@ -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:
|
||||
|
||||
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user