sequelize-sscce
sequelize-sscce copied to clipboard
Base repository for creating and sharing Sequelize SSCCEs
MSSql fails with primary key + unique index + upsert
- Create a simple model that uses a schema on the database instead of public - The model must have a property that is an array of enums - Run...
Using startsWith & endsWith with sequelize.where and % operator isn't being placed on the condition. Condition: `Foo.count({where: { [Op.and]: [ Sequelize.where(Sequelize.col('name'),Op.startsWith,'fo') ] } })` Expected Query: `SELECT count(*) AS `count`...
If the Id of is BigInt, the other Field is also BigInt/Int. When Update it will not be updated on the database.
for learning
For https://github.com/sequelize/sequelize/issues/6926