-
-
Notifications
You must be signed in to change notification settings - Fork 141
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
fix(tianmu): fix alter table add column not null.(#1188) #1235
Conversation
Thanks for the contribution! Please review the labels and make any necessary changes. |
This PR is similar with #1208 , the implementations is different, We can only choose one, @DandreChen @wisehead @hustjieke |
0c346f6
to
dd43d0a
Compare
Codecov ReportBase: 0.00% // Head: 43.15% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## stonedb-5.7-dev #1235 +/- ##
====================================================
+ Coverage 0 43.15% +43.15%
====================================================
Files 0 1830 +1830
Lines 0 396271 +396271
====================================================
+ Hits 0 171010 +171010
- Misses 0 225261 +225261
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
bb64ae8
to
6a3b0fb
Compare
8de6910
to
4d25f55
Compare
Convert alter table add column not null to use copy algorithm.
4d25f55
to
a96673a
Compare
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
Summary about this PR
Issue Number: close #1188
[summary]
Convert alter table add column not null to use copy algorithm.
Tests Check List
Changelog
Documentation