sequelize-sscce icon indicating copy to clipboard operation
sequelize-sscce copied to clipboard

Base repository for creating and sharing Sequelize SSCCEs

Results 109 sequelize-sscce issues
Sort by recently updated
recently updated
newest added

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 https://github.com/sequelize/sequelize/issues/6926