HHH-18359 Add a wrap parameter rendering mode for Informix
This commit is contained in:
parent
823012b29c
commit
f12ed1ce2c
|
@ -7081,8 +7081,7 @@ public abstract class AbstractSqlAstTranslator<T extends JdbcOperation> implemen
|
||||||
|
|
||||||
try {
|
try {
|
||||||
appendSql( "(select " );
|
appendSql( "(select " );
|
||||||
|
visitParameterAsParameter( jdbcParameter );
|
||||||
render( jdbcParameter, SqlAstNodeRenderingMode.DEFAULT );
|
|
||||||
appendSql( getFromDualForSelectOnly() );
|
appendSql( getFromDualForSelectOnly() );
|
||||||
appendSql( ')' );
|
appendSql( ')' );
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue