LucaCappelletti94 opened a new pull request, #2469: URL: https://github.com/apache/datafusion-sqlparser-rs/pull/2469
`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. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
