cockroachdb / cockroachdb/sequelize-cockroachdb
Enum not working after this commit in Sequelize project
Open
- Dominant language
- JavaScript
- Stars
- 55
- Forks
- 18
- PR merge metrics
- No merged PRs in 30d
Description
Hi.
After this change in `query-generator.js` in commit: https://github.com/sequelize/sequelize/commit/6d9a58e7556de614133c2d16ba6ee8e8cebd5fa0
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: https://github.com/sequelize/sequelize/issues/16191
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.