aharpervc commented on code in PR #1843: URL: https://github.com/apache/datafusion-sqlparser-rs/pull/1843#discussion_r2078393308
########## tests/sqlparser_common.rs: ########## @@ -666,6 +666,23 @@ fn parse_select_with_table_alias() { ); } +#[test] +fn parse_consecutive_queries() { Review Comment: Not sure what the best approach here is, or if there's even a better solution apart from disallowing _any_ unquoted keyword as an alias -- 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: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org