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

Fix 'utf8mb4' decode error,support 'utf8mb4' charset. #78

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

wmttom
Copy link

@wmttom wmttom commented Jul 14, 2014

Fix decode error,if column.character_set_name == "utf8mb4".
Connect MySQL use 'utf8mb4',when maxuncode is 1114111(UCS4).

Fix decode error,if column.character_set_name == "utf8mb4".
@julien-duponchelle
Copy link
Owner

Sound good. Do you have an idea about a unit test? Personally i have no idea

@bjoernhaeuser
Copy link
Collaborator

why should the connection use utf8mb4?

@julien-duponchelle
Copy link
Owner

I found more documentation about that:
http://mathiasbynens.be/notes/mysql-utf8mb4

@bjoernhaeuser
Copy link
Collaborator

What do you think about making this configurable?

@cccc1999 cccc1999 mentioned this pull request Aug 3, 2015
@hkwi hkwi mentioned this pull request Jul 21, 2020
@wahab013
Copy link

Hi
I am facing the same issue and I have tried this pull request solution and that was working for me
can you please guide me why you are not merging this PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants