-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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
charset: full collations support for TiDB #14573
Labels
Milestone
Comments
bb7133
added
type/enhancement
The issue or PR belongs to an enhancement.
status/WIP
proposal
component/charset
labels
Jan 24, 2020
I have high expectations for support utf8_general_ci |
Close this issue since it has been done, please see https://github.com/pingcap/tidb/projects/33 for more details. |
SunRunAway
added a commit
to SunRunAway/community
that referenced
this issue
Dec 3, 2020
Since @wjhuang2016 has contributed a lot to sig-exec, according to sig-exec [roles-and-organization-management.md#promotion](https://github.com/pingcap/community/blob/master/special-interest-groups/sig-exec/roles-and-organization-management.md#from-reviewer-to-committer), we would like to promote him to our new committer, and his detailed contribution is shown below: contribute [30 PRs](https://github.com/pingcap/tidb/pulls?q=is%3Apr+author%3Awjhuang2016+label%3Asig%2Fexecution) to the executor, support the [expression index](pingcap/tidb#18008) (a medium task) support the [new collation](pingcap/tidb#14573) (a hard task) help other contributors and review [150+](https://github.com/pingcap/tidb/pulls?q=is%3Apr+reviewed-by%3Awjhuang2016+-author%3Awjhuang2016+label%3Asig%2Fexecution) PRs. Thanks for his contribution!!
ti-chi-bot
pushed a commit
to pingcap/community
that referenced
this issue
Dec 3, 2020
Since @wjhuang2016 has contributed a lot to sig-exec, according to sig-exec [roles-and-organization-management.md#promotion](https://github.com/pingcap/community/blob/master/special-interest-groups/sig-exec/roles-and-organization-management.md#from-reviewer-to-committer), we would like to promote him to our new committer, and his detailed contribution is shown below: contribute [30 PRs](https://github.com/pingcap/tidb/pulls?q=is%3Apr+author%3Awjhuang2016+label%3Asig%2Fexecution) to the executor, support the [expression index](pingcap/tidb#18008) (a medium task) support the [new collation](pingcap/tidb#14573) (a hard task) help other contributors and review [150+](https://github.com/pingcap/tidb/pulls?q=is%3Apr+reviewed-by%3Awjhuang2016+-author%3Awjhuang2016+label%3Asig%2Fexecution) PRs. Thanks for his contribution!!
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Feature Request
For now, TiDB supports binary collations only, we have several issues related to this limitation:
select ... col like 'String'
gets the wrong result when col is unique key. #1161Now a proposal has been landed for all other collations from MySQL:
#14574
This issue is created for the discussions of rationales/options in this proposal, please feel free to express your opinions on the collations in TiDB, thank you!
The text was updated successfully, but these errors were encountered: