[jOOQ/jOOQ#19240] SQLDataType.XML should be inlined using
XMLPARSE(DOCUMENT ..), not as String in Db2
This commit is contained in:
parent
70661988f3
commit
a79bdd648e
@ -107,6 +107,7 @@ import static org.jooq.impl.DSL.inline;
|
||||
import static org.jooq.impl.DSL.log;
|
||||
import static org.jooq.impl.DSL.name;
|
||||
import static org.jooq.impl.DSL.using;
|
||||
import static org.jooq.impl.DSL.xmlparseDocument;
|
||||
import static org.jooq.impl.DSL.xmlserializeContent;
|
||||
import static org.jooq.impl.DefaultBinding.DefaultDoubleBinding.REQUIRES_LITERAL_CAST;
|
||||
import static org.jooq.impl.DefaultBinding.DefaultDoubleBinding.infinity;
|
||||
@ -6597,6 +6598,10 @@ public class DefaultBinding<T, U> implements Binding<T, U> {
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
default:
|
||||
super.sqlInline0(ctx, value);
|
||||
break;
|
||||
|
||||
@ -639,6 +639,7 @@ final class Multiset<R extends Record> extends AbstractField<Result<R>> implemen
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
return field;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user