-
Notifications
You must be signed in to change notification settings - Fork 489
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
add support for ALTER TABLE ... RENAME COLUMN syntax #504
Conversation
Codecov Report
@@ Coverage Diff @@
## master #504 +/- ##
=========================================
Coverage ? 71.59%
=========================================
Files ? 32
Lines ? 7723
Branches ? 0
=========================================
Hits ? 5529
Misses ? 1670
Partials ? 524
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@leoppro PTAL |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
What problem does this PR solve?
Fix ALTER TABLE ... RENAME COLUMN syntax
Issue: #462
MySQL Syntax:
Bad SQL Case:
Check List
Tests