Details
-
Task
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
-
None
Description
see https://github.com/MariaDB/mariadb-connector-nodejs/issues/62
Actual implementation accepts option `charset` to only have collation name (like 'UTF8MB4_GENERAL_CI').
To be compatible with other drivers, option charset must be either a ... charset (ex: 'utf8mb4') or a collation name (ex: 'utf8mb4_esperanto_ci').
Changing user might change collation, connection collation must then be up to date
New option `collation` is created to be clear.