Skip to content

Conversation

@rbygrave
Copy link
Member

  • Add AggregateFormulaContext with ability to override the default via DatabaseBuilder
  • Add group_concat, string_agg, listagg to set of known aggregation functions

- Add AggregateFormulaContext with ability to override the default via DatabaseBuilder
- Add group_concat, string_agg, listagg to set of known aggregation functions
@rbygrave rbygrave self-assigned this Oct 21, 2025
@rbygrave rbygrave added this to the 16.1.1 milestone Oct 21, 2025
@rbygrave rbygrave merged commit 51c3065 into master Oct 21, 2025
1 check passed
@rbygrave rbygrave deleted the feature/3683-AggregationFormulaContext branch October 21, 2025 09:54
Ryszard-Trojnacki pushed a commit to Ryszard-Trojnacki/ebean that referenced this pull request Nov 5, 2025
…-orm#3691)

- Add AggregateFormulaContext with ability to override the default via DatabaseBuilder
- Add group_concat, string_agg, listagg to set of known aggregation functions
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

when multiple aggregations are used in Query.select(String), the further ones appear in the group by

2 participants