Skip to content

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

Merged
merged 2 commits into from
Jul 17, 2025

Conversation

geeksilva97
Copy link
Contributor

@geeksilva97 geeksilva97 commented Jul 15, 2025

The StatementSync.prototype.setReturnArrays was introduced a few months ago but its documentation was not added.

This PR adds such a documentation.

Refs: #57542

@nodejs-github-bot
Copy link
Collaborator

Review requested:

  • @nodejs/sqlite

@nodejs-github-bot nodejs-github-bot added doc Issues and PRs related to the documentations. sqlite Issues and PRs related to the SQLite subsystem. labels Jul 15, 2025
Copy link
Member

@RafaelGSS RafaelGSS left a 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?

@RafaelGSS RafaelGSS added dont-land-on-v20.x PRs that should not land on the v20.x-staging branch and should not be released in v20.x. dont-land-on-v22.x PRs that should not land on the v22.x-staging branch and should not be released in v22.x. labels Jul 15, 2025
@geeksilva97
Copy link
Contributor Author

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

@geeksilva97 geeksilva97 removed the dont-land-on-v22.x PRs that should not land on the v22.x-staging branch and should not be released in v22.x. label Jul 15, 2025
@geeksilva97 geeksilva97 force-pushed the add-missing-sqlite-documentation branch from 4782318 to 0438ffb Compare July 15, 2025 14:17
@geeksilva97
Copy link
Contributor Author

We will want this to land on v22. Should I open the backport now?

@geeksilva97
Copy link
Contributor Author

Link is complaining about the hardcoded version, but I think that's expected and acceptable in this case.

@RafaelGSS
Copy link
Member

We will want this to land on v22. Should I open the backport now?

Yes, please.

@geeksilva97
Copy link
Contributor Author

We will want this to land on v22. Should I open the backport now?

Yes, please.

Okay, so I will land this, and open the backport.

@geeksilva97 geeksilva97 self-assigned this Jul 15, 2025
@geeksilva97 geeksilva97 added commit-queue Add this label to land a pull request using GitHub Actions. author ready PRs that have at least one approval, no pending requests for changes, and a CI started. labels Jul 15, 2025
@nodejs-github-bot nodejs-github-bot added commit-queue-failed An error occurred while landing this pull request using GitHub Actions. and removed commit-queue Add this label to land a pull request using GitHub Actions. labels Jul 17, 2025
@nodejs-github-bot
Copy link
Collaborator

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/.ncu
https://github.com/nodejs/node/actions/runs/16336439008

@aduh95 aduh95 merged commit ee1ec50 into nodejs:main Jul 17, 2025
14 checks passed
@aduh95
Copy link
Contributor

aduh95 commented Jul 17, 2025

Landed in ee1ec50

@aduh95 aduh95 added backport-open-v22.x Indicate that the PR has an open backport and removed commit-queue-failed An error occurred while landing this pull request using GitHub Actions. labels Jul 17, 2025
aduh95 pushed a commit to geeksilva97/node that referenced this pull request Jul 17, 2025
aduh95 pushed a commit that referenced this pull request Jul 17, 2025
PR-URL: #59074
Refs: #57542
Reviewed-By: Chemi Atlow <[email protected]>
Reviewed-By: Luigi Pinca <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
author ready PRs that have at least one approval, no pending requests for changes, and a CI started. backport-open-v22.x Indicate that the PR has an open backport doc Issues and PRs related to the documentations. dont-land-on-v20.x PRs that should not land on the v20.x-staging branch and should not be released in v20.x. sqlite Issues and PRs related to the SQLite subsystem.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants