Re: [PR] Adds support for mysql's drop index [datafusion-sqlparser-rs]

2025-05-30 Thread via GitHub
alamb commented on PR #1864: URL: https://github.com/apache/datafusion-sqlparser-rs/pull/1864#issuecomment-2922335147 The code just keeps churning along in this repo. Thank you @iffyio and @dmzmk -- This is an automated message from the Apache Git Service. To respond to the message, pl

Re: [PR] Adds support for mysql's drop index [datafusion-sqlparser-rs]

2025-05-30 Thread via GitHub
iffyio merged PR #1864: URL: https://github.com/apache/datafusion-sqlparser-rs/pull/1864 -- 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] Adds support for mysql's drop index [datafusion-sqlparser-rs]

2025-05-29 Thread via GitHub
dmzmk commented on code in PR #1864: URL: https://github.com/apache/datafusion-sqlparser-rs/pull/1864#discussion_r2113709060 ## src/parser/mod.rs: ## @@ -6249,6 +6249,11 @@ impl<'a> Parser<'a> { loc ); } +// Mysql requires table sp

Re: [PR] Adds support for mysql's drop index [datafusion-sqlparser-rs]

2025-05-29 Thread via GitHub
iffyio commented on code in PR #1864: URL: https://github.com/apache/datafusion-sqlparser-rs/pull/1864#discussion_r2113591715 ## src/parser/mod.rs: ## @@ -6249,6 +6249,11 @@ impl<'a> Parser<'a> { loc ); } +// Mysql requires table s