Details
-
Task
-
Status: Open (View Workflow)
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
-
None
Description
see https://github.com/mariadb-corporation/mariadb-connector-nodejs/issues/234
sequelize has actually compatibility issue with 3.x connector version.
There is 2 differents issues :
- Bigint not supported
- metadata not enumerable is incompatible TypeError: Cannot delete property 'meta' of [object Array]
Starting with v7.0.0-alpha27 (released soon) sequelize will support 3.x. See https://github.com/sequelize/sequelize/pull/16139
Support for 3.x is not planned for sequelize v6 at this moment