[jOOQ/jOOQ#14245] Fix regression
This includes: - [jOOQ/jOOQ#14462] Added integration test
This commit is contained in:
parent
10bcdd6142
commit
cfb039cafc
@ -65,6 +65,7 @@ import static org.jooq.impl.Names.N_JSON_QUERY;
|
||||
import static org.jooq.impl.Names.N_RAWTOHEX;
|
||||
import static org.jooq.impl.SQLDataType.BIT;
|
||||
import static org.jooq.impl.SQLDataType.BOOLEAN;
|
||||
import static org.jooq.impl.SQLDataType.JSON;
|
||||
import static org.jooq.impl.SQLDataType.VARCHAR;
|
||||
import static org.jooq.impl.Tools.combine;
|
||||
import static org.jooq.impl.Tools.emulateMultiset;
|
||||
@ -157,6 +158,9 @@ final class JSONEntryImpl<T> extends AbstractQueryPart implements JSONEntry<T>,
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
case MARIADB:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user