Skip to content
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

Support for gbk character set #10760

Closed
elitecodegroovy opened this issue Jun 11, 2019 · 2 comments
Closed

Support for gbk character set #10760

elitecodegroovy opened this issue Jun 11, 2019 · 2 comments
Labels
component/charset feature/accepted This feature request is accepted by product managers priority/P1 The issue has P1 priority. type/feature-request Categorizes issue or PR as related to a new feature.

Comments

@elitecodegroovy
Copy link

elitecodegroovy commented Jun 11, 2019

Feature Request

Is your feature request related to a problem? Please describe:

TiDB doesn't support gdk encoding when creating a table.

e.g.

CREATE TABLE Untitled  (
  `ID` varchar(50) CHARACTER SET gbk COLLATE gbk_chinese_ci NOT NULL,
  `APP_ID` varchar(50) CHARACTER SET gbk COLLATE gbk_chinese_ci NULL DEFAULT NULL,
  PRIMARY KEY (`ID`) USING BTREE
) ENGINE = MyISAM CHARACTER SET = gbk COLLATE = gbk_chinese_ci ROW_FORMAT = Dynamic;
@jackysp
Copy link
Member

jackysp commented Jun 11, 2019

Thanks for your attention, @elitecodegroovy !
gbk supports will be on our long-term plan.

@ghost ghost added the component/charset label Aug 3, 2020
@ghost ghost changed the title TiDB doesn't supoort gdk encoding Support for gbk character set Aug 3, 2020
@scsldb scsldb added type/feature-request Categorizes issue or PR as related to a new feature. feature/accepted This feature request is accepted by product managers labels Oct 16, 2020
@scsldb scsldb added the priority/P1 The issue has P1 priority. label Oct 16, 2020
@scsldb scsldb added this to the Requirement pool milestone Oct 16, 2020
@zimulala
Copy link
Contributor

For the same problem, see issue #26812

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component/charset feature/accepted This feature request is accepted by product managers priority/P1 The issue has P1 priority. type/feature-request Categorizes issue or PR as related to a new feature.
Projects
None yet
Development

No branches or pull requests

5 participants