We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4dc5548 commit bad995dCopy full SHA for bad995d
hibernate-core/src/main/java/org/hibernate/dialect/function/RoundFunction.java
@@ -34,4 +34,5 @@ public RoundFunction(String name) {
34
public Type getReturnType(Type firstArgumentType, Mapping mapping) {
35
return firstArgumentType == StandardBasicTypes.BIG_DECIMAL ? firstArgumentType : StandardBasicTypes.DOUBLE;
36
}
37
+
38
0 commit comments