Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Keyword CHANGE is missing (ALTER TABLE) #82

Closed
LeoniePhiline opened this issue Feb 1, 2023 · 2 comments · Fixed by #98 or #99
Closed

Keyword CHANGE is missing (ALTER TABLE) #82

LeoniePhiline opened this issue Feb 1, 2023 · 2 comments · Fixed by #98 or #99

Comments

@LeoniePhiline
Copy link
Contributor

ALTER TABLE `tbl`
CHANGE `field_old` `field_new` INT;
@LeoniePhiline
Copy link
Contributor Author

A note about

// some operations may not be chained to others
:

This is true for postgres, but not for MariaDB and MySQL.

Therefore, the special handling should be removed.

@LeoniePhiline
Copy link
Contributor Author

I'll hold off working on this until the 4 PRs are merged, to avoid rebases.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant