cockroachdb / cockroachdb/sequelize-cockroachdb
Enum not working after this commit in Sequelize project
Aberta
- Linguagem predominante
- JavaScript
- Estrelas
- 55
- Forks
- 18
- Métricas de merge de PRs
- Nenhum PR com merge em 30d
Descrição
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
Guia de contribuição
Nenhum guia de contribuição indexado para este repositório
Avaliação
Esta issue ainda não foi avaliada.