Skip to content

doc: fix SQLite changeset constant descriptions - #65265

Merged
nodejs-github-bot merged 1 commit into
nodejs:mainfrom
greenheadHQ:feat/sqlite-changeset-conflict-docs
Aug 15, 2026
Merged

doc: fix SQLite changeset constant descriptions#65265
nodejs-github-bot merged 1 commit into
nodejs:mainfrom
greenheadHQ:feat/sqlite-changeset-conflict-docs

Conversation

@greenheadHQ

Copy link
Copy Markdown
Contributor

The descriptions for SQLITE_CHANGESET_CONSTRAINT and SQLITE_CHANGESET_FOREIGN_KEY were assigned to the opposite constants in the SQLite constants table.

This change swaps the existing descriptions so they match SQLite's definitions and the earlier database.applyChangeset() documentation.

Tests: make lint-md, make doc-only

Refs: https://www.sqlite.org/session/c_changeset_abort.html

Signed-off-by: greenhead <shren0812@gmail.com>
@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 Aug 13, 2026
@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

Review requested:

  • @nodejs/sqlite

@trivikr trivikr added the commit-queue Add this label to land a pull request using GitHub Actions. label Aug 14, 2026
@louwers

louwers commented Aug 14, 2026

Copy link
Copy Markdown
Contributor

Oops, thanks!

@nodejs-github-bot
nodejs-github-bot merged commit 91aaf05 into nodejs:main Aug 15, 2026
28 of 29 checks passed
@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

Landed in 91aaf05

@nodejs-github-bot nodejs-github-bot removed the commit-queue Add this label to land a pull request using GitHub Actions. label Aug 15, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

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.

7 participants