Skip to content
New issue

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

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

Already on GitHub? # to your account

feat: alter table statement #184

Merged
merged 3 commits into from
May 23, 2022
Merged

feat: alter table statement #184

merged 3 commits into from
May 23, 2022

Conversation

PangXing
Copy link
Contributor

@PangXing PangXing commented May 19, 2022

What this PR does:

Which issue(s) this PR fixes:

Fixes #165

Special notes for your reviewer:

Does this PR introduce a user-facing change?:


@PangXing PangXing changed the title feat: alter table statement #165 feat: alter table statement May 19, 2022
@codecov-commenter
Copy link

codecov-commenter commented May 20, 2022

Codecov Report

Merging #184 (6e6e023) into master (df363ef) will increase coverage by 0.48%.
The diff coverage is 49.85%.

❗ Current head 6e6e023 differs from pull request most recent head 7ae076c. Consider uploading reports for the commit 7ae076c to get more accurate results

@@            Coverage Diff             @@
##           master     #184      +/-   ##
==========================================
+ Coverage   33.31%   33.79%   +0.48%     
==========================================
  Files          78       79       +1     
  Lines       12363    12716     +353     
==========================================
+ Hits         4119     4298     +179     
- Misses       7764     7913     +149     
- Partials      480      505      +25     
Impacted Files Coverage Δ
pkg/executor/redirect.go 9.64% <0.00%> (ø)
pkg/runtime/ast/proto.go 57.14% <ø> (ø)
pkg/runtime/ast/model.go 37.45% <31.00%> (-4.28%) ⬇️
pkg/runtime/ast/alter_table.go 34.88% <34.88%> (ø)
pkg/runtime/ast/ast.go 78.63% <65.97%> (-1.97%) ⬇️
pkg/runtime/optimize/optimizer.go 32.35% <91.30%> (+3.52%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update df363ef...7ae076c. Read the comment docs.

@dongzl dongzl added enhancement New feature or request SQL SQL support labels May 21, 2022
@dongzl dongzl merged commit 2795531 into arana-db:master May 23, 2022
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
enhancement New feature or request SQL SQL support
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support alter table SQL.
5 participants