-
Notifications
You must be signed in to change notification settings - Fork 279
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add filter to AggregateFunctionNode. * add filter handling @ DefaultQueryCompiler.visitAggregateFunction. * add filter field @ OperationNodeTransformer.transformAggregateFunction. * add filter methods @ AggregateFunctionBuilder. * fix postgres-json test tsc error. * add some filter unit tests @ aggregate-function. * rename `filter` methods to `filterWhere`. Have slept on it, think this is more aligned with Kysely's API philosophy. * align with recent WhereNode changes. * align with recent filter-parser refactor. * remove .only from aggregate function module unit tests. * AggregateFunctionBuilder.filterWhere typings tests. * AggregateFunctionBuilder.filterWhereRef typings tests. * add ts docs to filterWhere methods @ `AggregateFunctionBuilder`.
- Loading branch information
1 parent
cb8d192
commit 72b0054
Showing
8 changed files
with
828 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.