[jOOQ/jOOQ#19401] DefaultOtherBinding may produce bind variable marker despite Settings.statementType being set to STATIC_STATEMENT for some dialects
This commit is contained in:
parent
fa5103ee43
commit
84e3c09207
@ -1087,7 +1087,7 @@ public class DefaultBinding<T, U> implements Binding<T, U> {
|
||||
// [#11511] Specifically when in a parser context, we must not
|
||||
// blindly cast bind variables
|
||||
else
|
||||
ctx.render().sql(ctx.variable());
|
||||
sql(ctx, converted);
|
||||
|
||||
// [#1029] Postgres generally doesn't need the casting. Only in the
|
||||
// above case where the type is OTHER
|
||||
|
||||
Loading…
Reference in New Issue
Block a user