Details
-
Type:
Task
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 2.1.0
-
Component/s: API, compatibility
-
Labels: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.