mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-09 04:34:49 +00:00
HHH-18046 Fix Hana issue with binary arithmetic parameter
This commit is contained in:
parent
79c1bf2cd7
commit
538e208866
@ -63,6 +63,11 @@ public void visitBinaryArithmeticExpression(BinaryArithmeticExpression arithmeti
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
protected void visitArithmeticOperand(Expression expression) {
|
||||
render( expression, SqlAstNodeRenderingMode.NO_PLAIN_PARAMETER );
|
||||
}
|
||||
|
||||
@SuppressWarnings("removal")
|
||||
private boolean isHanaCloud() {
|
||||
return ( (AbstractHANADialect) getDialect() ).isCloud();
|
||||
|
Loading…
x
Reference in New Issue
Block a user