-
-
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
base: main
Are you sure you want to change the base?
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
### `statement.setReturnArrays(enabled)` | ||
|
||
<!-- YAML | ||
added: 24.0.0 |
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.
Set to 24.0.0 based on #57609
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. |
The
StatementSync.prototype.setReturnArrays
was introduced a few months ago but its documentation was not added.This PR adds such a documentation.