Skip to content
Snippets Groups Projects
Commit ef57e368 authored by srosse's avatar srosse
Browse files

no-jira: add name to the group by for Oracle and some PostgreSQL

parent 25460d57
No related branches found
No related tags found
No related merge requests found
......@@ -214,7 +214,7 @@ public class AssessmentToolManagerImpl implements AssessmentToolManager {
where = PersistenceHelper.appendAnd(sf, where);
sf.append(" aentry.referenceEntry.key=:referenceKey");
}
sf.append(" group by bgi.key, baseGroup.key");
sf.append(" group by bgi.key, bgi.name, baseGroup.key");
TypedQuery<Object[]> stats = dbInstance.getCurrentEntityManager()
.createQuery(sf.toString(), Object[].class)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment