cetra3 opened a new pull request, #2239:
URL: https://github.com/apache/datafusion-sqlparser-rs/pull/2239
Add support for dollar-brace placeholders (`${name}`, `${1}`, etc.) in the
tokenizer, storing the full `${...}` string in the existing
`Token::Placeholder` / `Value::Placeholder` variants with zero breaking
changes. Unterminated `${name` produces a clear error.
--
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]