Skip to content

Commit 0ceef38

Browse files
committed
HHH-18367 Fix for Informix sum on case expression error
1 parent a8f0c44 commit 0ceef38

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

hibernate-community-dialects/src/main/java/org/hibernate/community/dialect/InformixDialect.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,7 @@ public void initializeFunctionRegistry(FunctionContributions functionContributio
257257
super.initializeFunctionRegistry(functionContributions);
258258

259259
CommonFunctionFactory functionFactory = new CommonFunctionFactory(functionContributions);
260+
functionFactory.aggregates( this, SqlAstNodeRenderingMode.NO_PLAIN_PARAMETER );
260261
functionFactory.instr();
261262
functionFactory.substr();
262263
functionFactory.substringFromFor();

0 commit comments

Comments
 (0)