Skip to content

docs(sql): add TRUNCATE syntax.#203

Open
ashigeru wants to merge 1 commit intomasterfrom
docs-truncate
Open

docs(sql): add TRUNCATE syntax.#203
ashigeru wants to merge 1 commit intomasterfrom
docs-truncate

Conversation

@ashigeru
Copy link
Contributor

This pull request updates the SQL feature documentation to add support for the TRUNCATE TABLE statement. The changes clarify planned features, syntax, and reserved words to reflect the addition of this statement.

Feature addition:

  • Added TRUNCATE TABLE to the list of planned SQL features and feature syntax examples in docs/sql-features.md. [1] [2]
  • Documented the syntax and options for TRUNCATE TABLE, including RESTART IDENTITY and CONTINUE IDENTITY options.

Reserved words update:

  • Added TRUNCATE to the list of reserved SQL keywords under the "T" section in docs/sql-features.md.

@ashigeru ashigeru requested a review from akirakw February 11, 2026 11:40
@ashigeru ashigeru self-assigned this Feb 11, 2026
@ashigeru ashigeru requested a review from a team as a code owner February 11, 2026 11:40
@ashigeru ashigeru added the documentation Improvements or additions to documentation label Feb 11, 2026
@ashigeru
Copy link
Contributor Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant