LucaCappelletti94 opened a new pull request, #2546: URL: https://github.com/apache/datafusion-sqlparser-rs/pull/2546
In dialects supporting `=` alias assignment (T-SQL/MsSql), `SELECT a = FROM` previously parsed as an alias assignment (`SelectItem::ExprWithAlias`) with `FROM` as the expression. This displayed as `SELECT FROM AS a`, which fails to re-parse because unquoted `FROM` is not a valid expression in a select item list. Now the round trip works as expected. -- 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]
