HHH-8159 - Apply fixups indicated by analysis tools
This commit is contained in:
parent
955c99cc43
commit
ce08bdb7a8
|
@ -84,7 +84,7 @@ public class JavaConstantNode extends Node implements ExpectedTypeAwareNode, Ses
|
||||||
Dialect dialect = factory.getDialect();
|
Dialect dialect = factory.getDialect();
|
||||||
return literalType.objectToSQLString( constantValue, dialect );
|
return literalType.objectToSQLString( constantValue, dialect );
|
||||||
}
|
}
|
||||||
catch ( Throwable t ) {
|
catch ( Exception t ) {
|
||||||
throw new QueryException( QueryTranslator.ERROR_CANNOT_FORMAT_LITERAL + constantExpression, t );
|
throw new QueryException( QueryTranslator.ERROR_CANNOT_FORMAT_LITERAL + constantExpression, t );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue