[jOOQ/jOOQ#17732] Add native support for ANY_VALUE() in PostgreSQL 16+
This commit is contained in:
parent
cb7785ba73
commit
67fa7d02b0
@ -115,7 +115,6 @@ implements
|
||||
case HSQLDB:
|
||||
case IGNITE:
|
||||
case MARIADB:
|
||||
case POSTGRES:
|
||||
case SQLITE:
|
||||
case YUGABYTEDB:
|
||||
ctx.visit(N_MIN);
|
||||
@ -150,6 +149,12 @@ implements
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user