node-mysql2 icon indicating copy to clipboard operation
node-mysql2 copied to clipboard

mysql2 ignores charset on pool options

Open calebdiaz opened this issue 4 years ago • 2 comments

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

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

});

calebdiaz avatar May 25 '21 10:05 calebdiaz

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.

hashim-sohail avatar Aug 08 '24 08:08 hashim-sohail

Possible that this will be fixed by #3007

danielbeardsley avatar Sep 03 '24 23:09 danielbeardsley