LucaCappelletti94 opened a new pull request, #2539:
URL: https://github.com/apache/datafusion-sqlparser-rs/pull/2539
This PR restricts prefix `:` and `@` placeholders to unquoted words and
numbers, fixing a display roundtrip failure where input like
```
SELECT:\` a\`
```
had quotes stripped into `Value::Placeholder(": a")` and failed to re-parse
due to the leading whitespace.
--
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]