parser: support check constraints field#871
Merged
Merged
Conversation
Signed-off-by: Arenatlx <314806019@qq.com>
Signed-off-by: AilinKid <314806019@qq.com>
Signed-off-by: Arenatlx <314806019@qq.com>
Codecov Report
@@ Coverage Diff @@
## master #871 +/- ##
==========================================
- Coverage 78.30% 78.28% -0.02%
==========================================
Files 40 40
Lines 14682 14693 +11
==========================================
+ Hits 11497 11503 +6
- Misses 2502 2507 +5
Partials 683 683 |
Signed-off-by: Arenatlx <314806019@qq.com>
Contributor
Author
|
this pr is ready to merge PTAL @tangenta |
tangenta
approved these changes
May 26, 2020
Member
|
@AilinKid please create an issue for this PR and link the issue to the project kanban. |
Contributor
Author
ok |
Contributor
Author
|
Linked Issue: pingcap/tidb#17402 |
AilinKid
added a commit
to AilinKid/parser
that referenced
this pull request
Jun 1, 2020
AilinKid
added a commit
to AilinKid/parser
that referenced
this pull request
Jun 2, 2020
AilinKid
added a commit
that referenced
this pull request
Jun 2, 2020
tiancaiamao
pushed a commit
to tiancaiamao/parser
that referenced
this pull request
Apr 27, 2021
kafka1991
added a commit
to kafka1991/parser
that referenced
this pull request
Jan 4, 2022
(cherry picked from commit aec2981) # Conflicts: # model/model.go
kafka1991
added a commit
to kafka1991/parser
that referenced
this pull request
Jan 4, 2022
(cherry picked from commit aec2981) # Conflicts: # model/model.go
lyonzhi
pushed a commit
to lyonzhi/parser
that referenced
this pull request
Apr 25, 2024
(cherry picked from commit aec2981) # Conflicts: # model/model.go
lyonzhi
pushed a commit
to lyonzhi/parser
that referenced
this pull request
Apr 25, 2024
(cherry picked from commit aec2981) # Conflicts: # model/model.go
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Signed-off-by: Arenatlx 314806019@qq.com
What problem does this PR solve?
support check constraint info.
What is changed and how it works?
1:add constraint info in model.go
2:add a item to store the check constraint info in tableInfo.
Check List
Tests
Code changes
Related changes