Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for groupBy clauses #3163

Open
MaheshAravindV opened this issue Oct 6, 2024 · 3 comments
Open

Add support for groupBy clauses #3163

MaheshAravindV opened this issue Oct 6, 2024 · 3 comments
Labels
type: enhancement New feature or request

Comments

@MaheshAravindV
Copy link

Feature description

Currently the only way to do group by (as far as I am aware) is by writing explicit queries.

Our use case:
Find sum of a certain field when grouped by another field.

Suggested feature:
Similar to how the findBy, updateBy, deleteBy queries work, would be nice to be able to just add groupBy* or groupedBy* in order to generate SQL that groups by the given field

@MaheshAravindV
Copy link
Author

Hey, is this being picked up?

@graemerocher graemerocher added the type: enhancement New feature or request label Jan 2, 2025
@graemerocher
Copy link
Contributor

it is in the backlog. Contributions welcome.

@MaheshAravindV
Copy link
Author

Is there any issue or roadmap created? I can pick it up.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants