Hi.
After this change in query-generator.js in commit: sequelize/sequelize@6d9a58e
the enum tests in createTable are failing.
Enums are no longer working.
The reason is that this commit uses an SQL syntax that is not supported by CockroachDB (do begin...)
Opened an issue in the core Sequelize project as well: sequelize/sequelize#16191
Hi.
After this change in
query-generator.jsin commit: sequelize/sequelize@6d9a58ethe enum tests in
createTableare failing.Enums are no longer working.
The reason is that this commit uses an SQL syntax that is not supported by CockroachDB (
do begin...)Opened an issue in the core Sequelize project as well: sequelize/sequelize#16191