Re: [PR] Add support for MySQL MEMBER OF [datafusion-sqlparser-rs]

2025-07-03 Thread via GitHub
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

Re: [PR] Add support for MySQL MEMBER OF [datafusion-sqlparser-rs]

2025-07-01 Thread via GitHub
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

Re: [PR] Add support for MySQL MEMBER OF [datafusion-sqlparser-rs]

2025-07-01 Thread via GitHub
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