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

Diacritics strings result in errors coming from the MariaDB Client #20

Open
robertbindar opened this issue Mar 15, 2021 · 1 comment
Open
Labels
bug Something isn't working

Comments

@robertbindar
Copy link
Collaborator

image

@a97410985
Copy link
Contributor

some discovery

In beginning, I can't reproduce this error. Like the image below
diacritics_string_data_success
I think this error is about the character set, so I query my database. (show below)
query_database_characterset
Like the above image, tests the database's default character set is utf8mb4, which cover all character(such as Chinese, Diacritics...etc)
And when I create a database that is a Latin character set. Would have 「ERROR 1366」 error like below.
latin_character_set_error

some ideas

when occurring 「ERROR 1366」would show a more friendly message for directing the user to change their database character set to be utf8mb4 or we set all database to be utf8mb4 by default

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Development

No branches or pull requests

3 participants