-
-
Notifications
You must be signed in to change notification settings - Fork 32.2k
sqlite,doc: add setReturnArrays missing docs #59074
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,doc: add setReturnArrays missing docs #59074
Conversation
Review requested:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Was it backported already?
I think so. When I look into the v22.x branch, I can see the code there https://github.com/nodejs/node/blob/v22.x/src/node_sqlite.cc#L2313 |
4782318
to
0438ffb
Compare
We will want this to land on v22. Should I open the backport now? |
Link is complaining about the hardcoded version, but I think that's expected and acceptable in this case. |
Yes, please. |
Okay, so I will land this, and open the backport. |
Commit Queue failed- Loading data for nodejs/node/pull/59074 ✔ Done loading data for nodejs/node/pull/59074 ----------------------------------- PR info ------------------------------------ Title sqlite,doc: add setReturnArrays missing docs (#59074) Author Edy Silva <[email protected]> (@geeksilva97) Branch geeksilva97:add-missing-sqlite-documentation -> nodejs:main Labels doc, author ready, dont-land-on-v20.x, sqlite Commits 1 - sqlite,doc: add setReturnArrays missing docs Committers 1 - Edy Silva <[email protected]> PR-URL: https://github.com/nodejs/node/pull/59074 Reviewed-By: Chemi Atlow <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> ------------------------------ Generated metadata ------------------------------ PR-URL: https://github.com/nodejs/node/pull/59074 Reviewed-By: Chemi Atlow <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> -------------------------------------------------------------------------------- ℹ This PR was created on Tue, 15 Jul 2025 04:39:53 GMT ✔ Approvals: 2 ✔ - Chemi Atlow (@atlowChemi): https://github.com/nodejs/node/pull/59074#pullrequestreview-3021255071 ✔ - Luigi Pinca (@lpinca): https://github.com/nodejs/node/pull/59074#pullrequestreview-3022278719 ✘ Last GitHub CI failed ℹ Green GitHub CI is sufficient -------------------------------------------------------------------------------- ✔ Aborted `git node land` session in /home/runner/work/node/node/.ncuhttps://github.com/nodejs/node/actions/runs/16336439008 |
Landed in ee1ec50 |
PR-URL: nodejs#59074 Refs: nodejs#57542 Reviewed-By: Chemi Atlow <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
PR-URL: #59074 Refs: #57542 Reviewed-By: Chemi Atlow <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
The
StatementSync.prototype.setReturnArrays
was introduced a few months ago but its documentation was not added.This PR adds such a documentation.
Refs: #57542