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 2c2643a commit 30b3c89Copy full SHA for 30b3c89
hibernate-community-dialects/src/main/java/org/hibernate/community/dialect/InformixDialect.java
@@ -308,6 +308,7 @@ public void initializeFunctionRegistry(FunctionContributions functionContributio
308
super.initializeFunctionRegistry(functionContributions);
309
310
CommonFunctionFactory functionFactory = new CommonFunctionFactory(functionContributions);
311
+ functionFactory.aggregates( this, SqlAstNodeRenderingMode.NO_PLAIN_PARAMETER );
312
functionFactory.instr();
313
functionFactory.substr();
314
functionFactory.substringFromFor();
0 commit comments