-
Notifications
You must be signed in to change notification settings - Fork 41
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
CyMySQL cannot detect encoding of database #29
Comments
Please show me sample code and that Traceback or any error messages. |
Thanks, I understand. Can you test with master HEAD branch on Github ? |
INSERT query works, however, it fails when SELECT is used to cross-check
Here are the original and SELECTed data
Explicitly specifying charset='utf8mb4' will output the correct emoji. I believe, the decoding side was not set. |
thanks |
version 0.9.14 released |
@nakagami Verified! Thank you! |
I recently encountered failure to insert unicode characters to a table even though the database and tables are already in unicode.
Here are the current conditions:
charset='utf8mb4'
EDIT: This is in Python 3 which should automatically use unicode.
The text was updated successfully, but these errors were encountered: