[jOOQ/jOOQ#14459] Work around Db2 error "The string constant beginning
with ... is too long"
This commit is contained in:
parent
0ddbc74798
commit
10bcdd6142
@ -4319,6 +4319,12 @@ public class DefaultBinding<T, U> implements Binding<T, U> {
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
else
|
||||
super.sqlInline0(ctx, value);
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user