[jOOQ/jOOQ#14459] Work around Db2 error "The string constant beginning

with ... is too long"
This commit is contained in:
Lukas Eder 2023-01-09 16:16:00 +01:00
parent 0ddbc74798
commit 10bcdd6142

View File

@ -4319,6 +4319,12 @@ public class DefaultBinding<T, U> implements Binding<T, U> {
else
super.sqlInline0(ctx, value);
}