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

Here is an example of the bug that makes impossible to link twice a model to another with hooks.

I have two models (in the example, `FooModel` and `OtherModel`). `FooModel` has a `hasMany` association with `OtherModel`, with a scope that references an aliased column (i.e. a DB column with...

Found a bug in Sequelize version 6.25.2 for Postgres that prevent Sequelize to create index for table if the index/table already exists but in an different schema. Part of issue...

test mysql json filter true and null