sequelize-sscce
sequelize-sscce copied to clipboard
Base repository for creating and sharing Sequelize SSCCEs
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...
Ordering and Grouping
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