Skip to content

doc: fix SQLite changeset constant descriptions - #65265

Open
greenheadHQ wants to merge 1 commit into
nodejs:mainfrom
greenheadHQ:feat/sqlite-changeset-conflict-docs
Open

doc: fix SQLite changeset constant descriptions#65265
greenheadHQ wants to merge 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

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.

2 participants