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

Feature/extended group by #1970

Merged
merged 1 commit into from
May 14, 2024

Conversation

ostafen
Copy link
Collaborator

@ostafen ostafen commented May 3, 2024

Improve support of order by and group by clauses:

  • Support order by on any number of fields (with mixed directions (ASC/DESC);
  • Support order by on aggregations;
  • Support group by without the need to specify an order by clause.

@ostafen ostafen force-pushed the feature/extended-group-by branch from 91b73d0 to f9ea4e6 Compare May 3, 2024 12:05
@coveralls
Copy link
Collaborator

coveralls commented May 3, 2024

Coverage Status

coverage: 89.487% (+0.07%) from 89.419%
when pulling 533b36b on ostafen:feature/extended-group-by
into 0c8204a on codenotary:master.

@ostafen ostafen force-pushed the feature/extended-group-by branch from f9ea4e6 to 619bfa6 Compare May 14, 2024 11:52
Signed-off-by: Stefano Scafiti <stefano.scafiti96@gmail.com>
@ostafen ostafen force-pushed the feature/extended-group-by branch from 619bfa6 to 533b36b Compare May 14, 2024 12:44
@ostafen ostafen requested a review from Razikus May 14, 2024 12:46
@ostafen ostafen merged commit fd9d1bb into codenotary:master May 14, 2024
17 checks passed
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.

3 participants