[jOOQ/jOOQ#14641] Settings.emulateMultiset should use NestedCollectionEmulation.JSONB as default again, in PostgreSQL

This commit is contained in:
Lukas Eder 2023-02-15 10:08:58 +01:00
parent 73a7b626fe
commit e14ebc33d8

View File

@ -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;