Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Won't Do
-
None
-
None
Description
Hello,
I am using mariadb package to query my database, which is set in UTF8MB4_GENERAL_CI charset: utf8
But after 10 times I query my database, the collation somehow changes to LATIN1_SWEDISH_CI, charset: latin1, and then the german umlauts (ä ö ü) and ß characters get replaced by question marks.
I could see this happening in /lib/cmd/common-text-cmd.js, and console.log column.collation and string from packet.readStringLength().
Any help I would much appreciate!
Ah yes, I tried with 2.1.0 version this week, and today I tried with the latest 2.1.2 version.