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

mysql2 ignores charset on pool options #1325

Open
calebdiaz opened this issue May 25, 2021 · 2 comments
Open

mysql2 ignores charset on pool options #1325

calebdiaz opened this issue May 25, 2021 · 2 comments

Comments

@calebdiaz
Copy link

mysql2 ignores charset opt specified on pool options, while it works perfectly with mysql lib

mysql.createPool({
...
charset : 'latin1', -> ignored

});
@hashim-sohail
Copy link

Is this fixed? Or still ongoing? Doing a migration from mysql to mysql2 for a project and I can't seem to get the same results.

@danielbeardsley
Copy link

Possible that this will be fixed by #3007

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

No branches or pull requests

3 participants