File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
hibernate-community-dialects/src/main/java/org/hibernate/community/dialect Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 6060import org .hibernate .query .sqm .sql .StandardSqmTranslatorFactory ;
6161import org .hibernate .query .sqm .tree .select .SqmSelectStatement ;
6262import org .hibernate .service .ServiceRegistry ;
63+ import org .hibernate .sql .ast .SqlAstNodeRenderingMode ;
6364import org .hibernate .sql .ast .SqlAstTranslator ;
6465import org .hibernate .sql .ast .SqlAstTranslatorFactory ;
6566import org .hibernate .sql .ast .spi .SqlAppender ;
@@ -278,6 +279,7 @@ public void initializeFunctionRegistry(FunctionContributions functionContributio
278279 super .initializeFunctionRegistry (functionContributions );
279280
280281 CommonFunctionFactory functionFactory = new CommonFunctionFactory (functionContributions );
282+ functionFactory .aggregates ( this , SqlAstNodeRenderingMode .NO_PLAIN_PARAMETER );
281283 functionFactory .instr ();
282284 functionFactory .substr ();
283285 functionFactory .substringFromFor ();
You can’t perform that action at this time.
0 commit comments