[jOOQ/jOOQ#14641] Settings.emulateMultiset should use NestedCollectionEmulation.JSONB as default again, in PostgreSQL
This commit is contained in:
parent
73a7b626fe
commit
e14ebc33d8
@ -6842,12 +6842,14 @@ final class Tools {
|
||||
|
||||
|
||||
|
||||
case POSTGRES:
|
||||
case YUGABYTEDB:
|
||||
return NestedCollectionEmulation.JSONB;
|
||||
|
||||
case H2:
|
||||
case MARIADB:
|
||||
case MYSQL:
|
||||
case POSTGRES:
|
||||
case SQLITE:
|
||||
case YUGABYTEDB:
|
||||
return NestedCollectionEmulation.JSON;
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user