iffyio merged PR #1917:
URL: https://github.com/apache/datafusion-sqlparser-rs/pull/1917
--
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
yoavcloud commented on code in PR #1917:
URL:
https://github.com/apache/datafusion-sqlparser-rs/pull/1917#discussion_r2177551741
##
src/parser/mod.rs:
##
@@ -3609,6 +3609,16 @@ impl<'a> Parser<'a> {
self.expected("IN or BETWEEN after NOT",
self.peek_to
iffyio commented on code in PR #1917:
URL:
https://github.com/apache/datafusion-sqlparser-rs/pull/1917#discussion_r2177413405
##
tests/sqlparser_mysql.rs:
##
@@ -4109,3 +4109,9 @@ fn parse_alter_table_drop_index() {
AlterTableOperation::DropIndex { name } if name.value