-
-
Notifications
You must be signed in to change notification settings - Fork 32.2k
[v22.x backport] sqlite,test,doc: allow Buffer and URL as database location #57533
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
[v22.x backport] sqlite,test,doc: allow Buffer and URL as database location #57533
Conversation
PR-URL: nodejs#56991 Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Review requested:
|
This shouldn't land without the changes in #57227 |
What's the procedure? Two backports? |
You can push to this PR |
Cool. Will do. |
PR-URL: nodejs#57227 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Edy Silva <edigleyssonsilva@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Zeyu "Alex" Yang <himself65@outlook.com>
Hmm, that's new for me. Coverage thresholds are not being fulfilled. But it is a backport 🤔 . |
We have a problem with coverage on v22.x. It's unrelated to your PR. |
Landed in be79f4a...2746524 |
PR-URL: #56991
Reviewed-By: Colin Ihrig cjihrig@gmail.com