-
Notifications
You must be signed in to change notification settings - Fork 28
Use utf8mb4 by default #220
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
Conversation
a7a65a3
to
81e5adc
Compare
This looks reasonable to me. I'll get back to this, and probably merge it. |
@kubo39 please rebase this as there's now a working CI process. It'd be good to see this get merged |
This commit changes default collation as "utf8mb4_generic_ci" which is available from MySQL 5.5.3.
Also, unittests showing how this check works should be included. I know mysql-native has few true unittests, but this would also help show what this function is supposed to do. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good
Ah, this looks much better! |
I think for this to be merged you may need to complete the review process to confirm the requested changes are complete. |
Reopened to trigger CI |
This commit changes default collation as "utf8mb4_generic_ci" which is
available from MySQL 5.5.3.