iffyio opened a new pull request, #1586: URL: https://github.com/apache/datafusion-sqlparser-rs/pull/1586
Adds support to parse the example scenario: ```sql INSERT INTO t1 (SELECT 1) ``` The parser previously looked to parse the subquery as a parenthesized list of column names which was incorrect in this case. -- 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]
