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 6262import org .hibernate .query .sqm .sql .StandardSqmTranslatorFactory ;
6363import org .hibernate .query .sqm .tree .select .SqmSelectStatement ;
6464import org .hibernate .service .ServiceRegistry ;
65+ import org .hibernate .sql .ast .SqlAstNodeRenderingMode ;
6566import org .hibernate .sql .ast .SqlAstTranslator ;
6667import org .hibernate .sql .ast .SqlAstTranslatorFactory ;
6768import org .hibernate .sql .ast .spi .SqlAppender ;
@@ -305,6 +306,7 @@ public void initializeFunctionRegistry(FunctionContributions functionContributio
305306 super .initializeFunctionRegistry (functionContributions );
306307
307308 CommonFunctionFactory functionFactory = new CommonFunctionFactory (functionContributions );
309+ functionFactory .aggregates ( this , SqlAstNodeRenderingMode .NO_PLAIN_PARAMETER );
308310 functionFactory .instr ();
309311 functionFactory .substr ();
310312 functionFactory .substringFromFor ();
You can’t perform that action at this time.
0 commit comments