-
Notifications
You must be signed in to change notification settings - Fork 34
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
problems about charset #63
Comments
Thanks! |
Yes, I will do it these days. By the way, why don't you add this module to npm? |
oh i see... |
I have sent pull request. |
thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have some problems about using charset-set. And after study,I found two bugs:
1.execute.js isn't support utf8;
2.charset.js isn't checking whether the str isn't string(for example, number)
And I have fix these bugs and commit here: nodejs-mysql-native
The text was updated successfully, but these errors were encountered: