table, parser: check for invalid GBK characters before insertion#28814
table, parser: check for invalid GBK characters before insertion#28814ti-chi-bot merged 25 commits intopingcap:masterfrom
Conversation
|
[REVIEW NOTIFICATION] This pull request has been approved by:
To complete the pull request process, please ask the reviewers in the list to review by filling The full list of commands accepted by this bot can be found here. DetailsReviewer can indicate their review by submitting an approval review. |
|
/lgtm cancel |
|
@tangenta Is this ready to review? |
|
Blocked by #29736. |
|
/merge |
|
This pull request has been accepted and is ready to merge. DetailsCommit hash: 74f1b49 |
|
/hold |
test is failed |
|
@xiongjiwei The test is confirmed to be unstable. /unhold |
|
/merge |
What problem does this PR solve?
Issue Number: close #28778.
Problem Summary:
Àis not a valid GBK character, TiDB should report an "incorrect string value" error.What is changed and how it works?
Add
IsValidfunction forEncoding.Check List
Tests
Side effects
Documentation
Release note