LucaCappelletti94 opened a new pull request, #2240:
URL: https://github.com/apache/datafusion-sqlparser-rs/pull/2240
PostgreSQL supports `TRIM(string, characters)` as a function form, but
`sqlparser-rs` rejected it under `PostgreSqlDialect` with:
`ParserError("Expected: ), found: ,")`.
This PR adds PostgreSQL support for the comma-style `TRIM` form and adds
regression coverage.
--
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]