LucaCappelletti94 opened a new pull request, #2545: URL: https://github.com/apache/datafusion-sqlparser-rs/pull/2545
This PR renders PostgreSQL square root (`|/`) and cube root (`||/`) prefix operators with a trailing space on display. ```sql SELECT |/ -2; -- Previously formatted as: SELECT |/-2 -- Re-parse error: failed to parse operator '|/-' ``` -- 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]
