cockroachdb / cockroachdb/sequelize-cockroachdb
Enum not working after this commit in Sequelize project
Aperta
- Lingua principale
- JavaScript
- Stelle
- 55
- Fork
- 18
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
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
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.