Skip to content

Commit

Permalink
HHH-15269 Update NativeQuery unable to use h-schema placeholder, just…
Browse files Browse the repository at this point in the history
… emits placeholder contents into SQL
  • Loading branch information
dreab8 committed May 16, 2022
1 parent bd27a70 commit 22074e3
Showing 1 changed file with 3 additions and 1 deletion.
Expand Up @@ -67,8 +67,10 @@ public int executeUpdate(DomainQueryExecutionContext executionContext) {
);
}

final SQLQueryParser parser = new SQLQueryParser( sql, null, session.getSessionFactory() );

final JdbcMutation jdbcMutation = new NativeJdbcMutation(
sql,
parser.process(),
jdbcParameterBinders,
affectedTableNames
);
Expand Down

0 comments on commit 22074e3

Please sign in to comment.