-
Notifications
You must be signed in to change notification settings - Fork 31.2k
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
sqlite: add aggregate function #56600
sqlite: add aggregate function #56600
Conversation
Also, tests and docs are needed. |
@geeksilva97 are you still planning to work on this? |
Hi @cjihrig . Yes, I plan to continue this. The last few weeks have been tough though. If nobody beats me I plan to get this done by April. |
beaf983
to
70dff34
Compare
70dff34
to
f4e4869
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #56600 +/- ##
==========================================
- Coverage 90.24% 90.22% -0.02%
==========================================
Files 630 630
Lines 184990 185424 +434
Branches 36216 36347 +131
==========================================
+ Hits 166948 167307 +359
- Misses 11003 11016 +13
- Partials 7039 7101 +62
🚀 New features to boost your workflow:
|
I got an implementation that works. I need to add tests and clean up the code. |
cd3f0aa
to
22da3ad
Compare
22da3ad
to
9badd9b
Compare
Failted test is unrelated to this PR. |
Co-authored-by: James M Snell <[email protected]>
It needs re-approval because I accepted Jasmes' suggestions. |
Commit Queue failed- Loading data for nodejs/node/pull/56600 ✔ Done loading data for nodejs/node/pull/56600 ----------------------------------- PR info ------------------------------------ Title sqlite: add aggregate function (#56600) Author Edy Silva <[email protected]> (@geeksilva97) Branch geeksilva97:sqlite-aggregate-function -> nodejs:main Labels c++, author ready, needs-ci, commit-queue-squash, sqlite Commits 3 - sqlite,doc,test: add aggregate function - apply review suggestions - apply review suggestion Committers 2 - Edy Silva <[email protected]> - GitHub <[email protected]> PR-URL: https://github.com/nodejs/node/pull/56600 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]> ------------------------------ Generated metadata ------------------------------ PR-URL: https://github.com/nodejs/node/pull/56600 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]> -------------------------------------------------------------------------------- ⚠ Commits were pushed since the last approving review: ⚠ - sqlite,doc,test: add aggregate function ⚠ - apply review suggestions ⚠ - apply review suggestion ℹ This PR was created on Tue, 14 Jan 2025 19:05:19 GMT ✔ Approvals: 2 ✔ - Colin Ihrig (@cjihrig): https://github.com/nodejs/node/pull/56600#pullrequestreview-2744917456 ✔ - James M Snell (@jasnell) (TSC): https://github.com/nodejs/node/pull/56600#pullrequestreview-2745190851 ✔ Last GitHub CI successful ℹ Last Full PR CI on 2025-04-06T17:31:02Z: https://ci.nodejs.org/job/node-test-pull-request/66092/ ⚠ Commits were pushed after the last Full PR CI run: ⚠ - apply review suggestion - Querying data for job/node-test-pull-request/66092/ ✔ Last Jenkins CI successful -------------------------------------------------------------------------------- ✔ Aborted `git node land` session in /home/runner/work/node/node/.ncuhttps://github.com/nodejs/node/actions/runs/14310034479 |
Landed in 437c6aa |
Closes #56511
inspired by https://github.com/WiseLibs/better-sqlite3/blob/master/docs/api.md#aggregatename-options---this