HHH-15269 Update NativeQuery unable to use h-schema placeholder, just emits placeholder contents into SQL
This commit is contained in:
parent
0af0cd7be8
commit
22073e125a
|
@ -67,8 +67,10 @@ public class NativeNonSelectQueryPlanImpl implements NonSelectQueryPlan {
|
|||
);
|
||||
}
|
||||
|
||||
final SQLQueryParser parser = new SQLQueryParser( sql, null, session.getSessionFactory() );
|
||||
|
||||
final JdbcMutation jdbcMutation = new NativeJdbcMutation(
|
||||
sql,
|
||||
parser.process(),
|
||||
jdbcParameterBinders,
|
||||
affectedTableNames
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue