Skip to content

Parse SQLite boolean PRAGMA values - #2469

Open
LucaCappelletti94 wants to merge 1 commit into
apache:mainfrom
LucaCappelletti94:sqlite-pragma-boolean-values
Open

Parse SQLite boolean PRAGMA values#2469
LucaCappelletti94 wants to merge 1 commit into
apache:mainfrom
LucaCappelletti94:sqlite-pragma-boolean-values

Conversation

@LucaCappelletti94

Copy link
Copy Markdown
Contributor

PRAGMA case_sensitive_like = true was rejected after parsing the boolean, while SQLite aliases such as ON, OFF, YES, and NO were rejected even before reaching pragma validation.

It seemed reasonable to turn these into spanned Value::Boolean values.

@LucaCappelletti94
LucaCappelletti94 marked this pull request as ready for review August 31, 2026 13:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant