lovasoa opened a new issue, #1469: URL: https://github.com/apache/datafusion-sqlparser-rs/issues/1469
Using a sql keyword as a variable name used to work in previous versions and was broken by the latest release. This has caused issues downstream like One common example is ```sql SET role = 'foobar'; ``` which is valid SQL (at least in postgres), and which now fails parsing with `ParserError("Expected: identifier, found: =")` -- 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: github-unsubscr...@datafusion.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org