LucaCappelletti94 opened a new pull request, #2558: URL: https://github.com/apache/datafusion-sqlparser-rs/pull/2558
This PR lets `SQLiteDialect` parse a `CAST` whose type name is empty, which SQLite accepts, and round-trips it unchanged. ```sql SELECT CAST(a AS); -- Previously: Expected: a data type name, found: ) ``` The type name in SQLite's [`CAST` grammar](https://www.sqlite.org/lang_expr.html#castexpr) may be empty. -- 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]
