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 within group clause support for aggregate function builder #1024

Open
wants to merge 26 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
26 commits
Select commit Hold shift click to select a range
2daec93
feat(operation-node): add order by ro aggregate function node
Mar 7, 2024
ab69143
feat(query-compiler): add order by aggregate function query compiler
Mar 7, 2024
f618df9
feat(operation-node): add order by to aggregate function node transfo…
Mar 7, 2024
bf05295
feat(query-builder): add orderBy method to aggregate function builder
Mar 7, 2024
848ff97
test(node): add aggregate function orderBy clause node platform test
Mar 7, 2024
ed959aa
test(typings): add aggregate function orderBy clause typings test
Mar 7, 2024
af31386
refactor: fix esm imports in changed files
Mar 7, 2024
9c83da6
test(node): add separate test for order-sensitive aggregate functions…
Mar 12, 2024
95e3f1f
Merge branch 'master' into 780-add-order-by-support-to-aggregate
ivashog Mar 13, 2024
04520e6
Merge branch 'master' into 780-add-order-by-support-to-aggregate
igalklebanov Mar 15, 2024
5aafcbc
Merge branch 'master' into 780-add-order-by-support-to-aggregate
igalklebanov Mar 24, 2024
7298545
Merge branch 'master' into 780-add-order-by-support-to-aggregate
ivashog Mar 26, 2024
ace9f98
Merge branch 'master' into 780-add-order-by-support-to-aggregate
igalklebanov Apr 21, 2024
fd6ebb1
refactor: apply suggestions from code review
ivashog Apr 25, 2024
4b4c633
Merge branch 'master' into 780-add-order-by-support-to-aggregate
ivashog Apr 25, 2024
5b7927a
Merge branch 'master' into 780-add-order-by-support-to-aggregate
ivashog Apr 30, 2024
2059b4f
Merge branch 'master' into 780-add-order-by-support-to-aggregate
ivashog May 3, 2024
d476c00
test(typings): removed unnecessary typings test
May 3, 2024
24d3846
feat(operation-node): add within group to aggregate function node
Jun 6, 2024
c81d766
feat(query-builder): add withinGroupOrderBy method to aggregate funct…
Jun 7, 2024
9408cb9
feat(query-compiler): add within group processing to default query co…
Jun 7, 2024
2b3f4f8
Merge branch 'master' into 781-add-within-group-support-to-aggregate
ivashog Jun 10, 2024
3bed700
fix(operation-node): fix operation node transformer for withinGroup c…
Jun 10, 2024
a28d77c
test(node): add separate order-sensitive aggregate functions test cas…
Jun 10, 2024
5b99def
Merge branch 'master' into 781-add-within-group-support-to-aggregate
igalklebanov Jun 18, 2024
f749602
Merge branch 'master' into 781-add-within-group-support-to-aggregate
igalklebanov Jul 22, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'master' into 780-add-order-by-support-to-aggregate
  • Loading branch information
ivashog committed May 3, 2024
commit 2059b4f3fb234d15906d421b66d6c11c468b30cd

This merge commit was added into this branch cleanly.

There are no new changes to show, but you can still view the diff.