HHH-9174 cache SqlExceptionHelper reference
This commit is contained in:
parent
8a2a78ff33
commit
656997a82c
|
@ -167,7 +167,7 @@ public class JdbcCoordinatorImpl implements JdbcCoordinator {
|
|||
* @return The SqlExceptionHelper
|
||||
*/
|
||||
public SqlExceptionHelper sqlExceptionHelper() {
|
||||
return transactionEnvironment().getJdbcServices().getSqlExceptionHelper();
|
||||
return exceptionHelper;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue