Skip to content
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

doc, sqlite: add --experimental-sqlite note #53907

Merged
merged 4 commits into from
Jul 19, 2024

Conversation

RedYetiDev
Copy link
Member

Fixes #53906

@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 17, 2024
doc/api/sqlite.md Outdated Show resolved Hide resolved
@RedYetiDev
Copy link
Member Author

Note that the subsystem is doc, not sqlite, as nodejs/core-validate-commit#121 has not landed yet.

@aduh95
Copy link
Contributor

aduh95 commented Jul 18, 2024

Note that the subsystem is doc, not sqlite, as nodejs/core-validate-commit#121 has not landed yet.

Even if nodejs/core-validate-commit#121 had landed, we'd want doc: for the subsystem here

doc/api/sqlite.md Outdated Show resolved Hide resolved
@RedYetiDev RedYetiDev added the commit-queue-squash Add this label to instruct the Commit Queue to squash all the PR commits into the first one. label Jul 18, 2024
@RedYetiDev RedYetiDev requested a review from aduh95 July 18, 2024 19:25
doc/api/sqlite.md Outdated Show resolved Hide resolved
Co-authored-by: Antoine du Hamel <[email protected]>
@aduh95 aduh95 added the commit-queue Add this label to land a pull request using GitHub Actions. label Jul 19, 2024
@nodejs-github-bot nodejs-github-bot removed the commit-queue Add this label to land a pull request using GitHub Actions. label Jul 19, 2024
@nodejs-github-bot nodejs-github-bot merged commit 6fc0218 into nodejs:main Jul 19, 2024
16 checks passed
@nodejs-github-bot
Copy link
Collaborator

Landed in 6fc0218

targos pushed a commit that referenced this pull request Jul 28, 2024
PR-URL: #53907
Reviewed-By: Chemi Atlow <[email protected]>
Reviewed-By: Vinícius Lourenço Claro Cardoso <[email protected]>
Reviewed-By: Antoine du Hamel <[email protected]>
@RafaelGSS RafaelGSS mentioned this pull request Jul 30, 2024
@targos targos added the dont-land-on-v20.x PRs that should not land on the v20.x-staging branch and should not be released in v20.x. label Sep 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
commit-queue-squash Add this label to instruct the Commit Queue to squash all the PR commits into the first one. 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.

document that using node:sqlite requires --experimental-sqlite flag
6 participants