Re: [PR] Parse MySQL `ALTER TABLE DROP FOREIGN KEY` syntax [datafusion-sqlparser-rs]

2025-03-11 Thread via GitHub
iffyio merged PR #1762: URL: https://github.com/apache/datafusion-sqlparser-rs/pull/1762 -- 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

[PR] Parse MySQL `ALTER TABLE DROP FOREIGN KEY` syntax [datafusion-sqlparser-rs]

2025-03-11 Thread via GitHub
mvzink opened a new pull request, #1762: URL: https://github.com/apache/datafusion-sqlparser-rs/pull/1762 (no comment) -- 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 un

Re: [PR] Parse MySQL `ALTER TABLE DROP FOREIGN KEY` syntax [datafusion-sqlparser-rs]

2025-03-11 Thread via GitHub
mvzink commented on code in PR #1762: URL: https://github.com/apache/datafusion-sqlparser-rs/pull/1762#discussion_r1987884388 ## src/parser/mod.rs: ## @@ -8002,6 +8002,11 @@ impl<'a> Parser<'a> { && dialect_of!(self is MySqlDialect | GenericDialect)

Re: [PR] Parse MySQL `ALTER TABLE DROP FOREIGN KEY` syntax [datafusion-sqlparser-rs]

2025-03-11 Thread via GitHub
mvzink commented on code in PR #1762: URL: https://github.com/apache/datafusion-sqlparser-rs/pull/1762#discussion_r1989712091 ## src/parser/mod.rs: ## @@ -8002,6 +8002,11 @@ impl<'a> Parser<'a> { && dialect_of!(self is MySqlDialect | GenericDialect)

Re: [PR] Parse MySQL `ALTER TABLE DROP FOREIGN KEY` syntax [datafusion-sqlparser-rs]

2025-03-11 Thread via GitHub
iffyio commented on code in PR #1762: URL: https://github.com/apache/datafusion-sqlparser-rs/pull/1762#discussion_r1988447089 ## src/parser/mod.rs: ## @@ -8002,6 +8002,11 @@ impl<'a> Parser<'a> { && dialect_of!(self is MySqlDialect | GenericDialect)