Skip to content

fix: support drop constraint in mysql#2323

Merged
taozhi8833998 merged 1 commit intotaozhi8833998:masterfrom
adrianfalleiro:master
Feb 12, 2025
Merged

fix: support drop constraint in mysql#2323
taozhi8833998 merged 1 commit intotaozhi8833998:masterfrom
adrianfalleiro:master

Conversation

@adrianfalleiro
Copy link
Copy Markdown
Contributor

This PR adds support for ALTER TABLE foo DROP CONSTRAINT bar syntax.

This is supported in MySQL 8.0 onwards (https://dev.mysql.com/doc/refman/8.0/en/alter-table.html)

@taozhi8833998 taozhi8833998 self-requested a review February 12, 2025 00:55
@taozhi8833998 taozhi8833998 added the enhancement New feature or request label Feb 12, 2025
@taozhi8833998 taozhi8833998 added this to the 5.3.7 milestone Feb 12, 2025
Copy link
Copy Markdown
Owner

@taozhi8833998 taozhi8833998 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@taozhi8833998 taozhi8833998 merged commit 883e4f3 into taozhi8833998:master Feb 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants