Skip to content

Conversation

@jycor
Copy link
Contributor

@jycor jycor commented Jul 9, 2025

This PR adds a bunch of skipped tests demonstrating MySQL auto_increment behavior.

Copy link
Contributor

@fulghum fulghum left a comment

Choose a reason for hiding this comment

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

Looks good!

Just a couple minor suggestions on naming. I see those tests were existing already, but thought we could still make the name a little more accurate.

},
},
{
Name: "ALTER TABLE MODIFY column with multiple UNIQUE KEYS",
Copy link
Contributor

Choose a reason for hiding this comment

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

Maybe "compound unique key" since it's really just one unique index?

Suggested change
Name: "ALTER TABLE MODIFY column with multiple UNIQUE KEYS",
Name: "ALTER TABLE MODIFY column with compound UNIQUE KEY",

},
},
{
Name: "ALTER TABLE MODIFY column with multiple KEYS",
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
Name: "ALTER TABLE MODIFY column with multiple KEYS",
Name: "ALTER TABLE MODIFY column with compound KEY",

@jycor jycor merged commit 9d5902e into main Jul 9, 2025
8 checks passed
@jycor jycor deleted the james/auto_inc branch July 9, 2025 23:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants