HHH-18359 Add a wrap parameter rendering mode for Informix

This commit is contained in:
Christian Beikov 2024-08-07 13:22:12 +02:00
parent 823012b29c
commit f12ed1ce2c
1 changed files with 1 additions and 2 deletions

View File

@ -7081,8 +7081,7 @@ public abstract class AbstractSqlAstTranslator<T extends JdbcOperation> implemen
try {
appendSql( "(select " );
render( jdbcParameter, SqlAstNodeRenderingMode.DEFAULT );
visitParameterAsParameter( jdbcParameter );
appendSql( getFromDualForSelectOnly() );
appendSql( ')' );
}