FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

doc, sqlite: add `--experimental-sqlite` note by avivkeller · Pull Request #53907 · nodejs/node · GitHub

/ node Public

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

Merged
nodejs-github-bot merged 4 commits into
nodejs:mainfrom
avivkeller:patch-81
Jul 19, 2024
Merged

doc, sqlite: add --experimental-sqlite note#53907
nodejs-github-bot merged 4 commits into
nodejs:mainfrom
avivkeller:patch-81

Conversation

Copy link
Copy Markdown
Member

Fixes #53906

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
Comment thread doc/api/sqlite.md Outdated

Copy link
Copy Markdown
Member Author

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

aduh95 commented Jul 18, 2024

Copy link
Copy Markdown
Contributor

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

Comment thread doc/api/sqlite.md Outdated
avivkeller 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
avivkeller requested a review from aduh95 July 18, 2024 19:25
Comment thread doc/api/sqlite.md Outdated
Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
aduh95 added the commit-queue Add this label to land a pull request using GitHub Actions. label Jul 19, 2024
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 merged commit 6fc0218 into nodejs:main Jul 19, 2024

Copy link
Copy Markdown
Collaborator

Landed in 6fc0218

targos pushed a commit that referenced this pull request Jul 28, 2024
PR-URL: #53907
Reviewed-By: Chemi Atlow <chemi@atlow.co.il>
Reviewed-By: Vinícius Lourenço Claro Cardoso <contact@viniciusl.com.br>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
RafaelGSS mentioned this pull request Jul 30, 2024

Copy link
Copy Markdown

This doesn't seem to be showing on https://nodejs.org/docs/latest-v23.x/api/sqlite.html -- is something wrong, or am I misunderstanding where it should be?

aduh95 commented Dec 26, 2024

Copy link
Copy Markdown
Contributor

@lheckemann SQLite integration was unflagged in #55890, which has landed on latest v23.x. The note is showing on older v23.x releases, e.g. https://nodejs.org/docs/v23.0.0/api/sqlite.html.

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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. 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

7 participants


Back | FazBrowse Home | New Git URL