-
Notifications
You must be signed in to change notification settings - Fork 59
Support for custom charset #149
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
Comments
you can try to set a Although I haven't tested it myself. |
Yes, I see. If you have an idea of that value we can try that out. |
I think the “SHOW COLLATION” statement should give you the id. An example: https://dev.mysql.com/doc/refman/8.0/en/charset-mysql.html |
from reading this post. it looks like older utf in mysql was not totally compatible. I tested it and it works. it might affect legacy databases that do not support this charset. I will open an issue in |
@swordfeng - you're welcome to test it with jasync 0.9.50. |
@oshai Tested and it looks good! I think I can close the issue now. Thanks! |
The client is creating connections using the default charset mapping, which maps UTF_8 to utf8mb3. However, many DBs use utf8mb4 in order to support 4-byte unicode. Is there a way to customize the charset settings? Maybe passing in a CharsetMapping as a parameter or specifying a charset code.
The text was updated successfully, but these errors were encountered: