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: [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]