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 GBK for builtin function convert #28657

Closed
Tracked by #26816
xiongjiwei opened this issue Oct 8, 2021 · 0 comments · Fixed by #28943
Closed
Tracked by #26816

support GBK for builtin function convert #28657

xiongjiwei opened this issue Oct 8, 2021 · 0 comments · Fixed by #28943
Assignees
Labels
help wanted Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines. type/feature-request Categorizes issue or PR as related to a new feature.

Comments

@xiongjiwei
Copy link
Contributor

support convert other charsets to gbk. e.g. select convert('a' using gbk)
if the convert meets invalid gbk character use ? instead. e.g.

mysql> select convert(_utf8mb4 'abcㅂdd' using gbk);
+----------------------------------------+
| convert(_utf8mb4 'abcㅂdd' using gbk)  |
+----------------------------------------+
| abc?dd                                 |
+----------------------------------------+
1 row in set (0.00 sec)
@xiongjiwei xiongjiwei added the type/feature-request Categorizes issue or PR as related to a new feature. label Oct 8, 2021
@xiongjiwei xiongjiwei changed the title support builtin function convert support GBK for builtin function convert Oct 8, 2021
@xiongjiwei xiongjiwei added the help wanted Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines. label Oct 8, 2021
@xiongjiwei xiongjiwei self-assigned this Oct 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines. type/feature-request Categorizes issue or PR as related to a new feature.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant