domasx2 / sequelize-fixtures

Load data from json, yaml or js to sequelize
301 stars 83 forks source link

Fix loading models with json columns #120

Closed villasv closed 4 years ago

villasv commented 4 years ago

Comparing json with text yields an error on Sequelize v5. If you just pass along the object, Sequelize will use the appropriate comparison operator.

villasv commented 4 years ago

Solves #68

matmar10 commented 4 years ago

@villasv Awesome, thanks for the contribution. Will cut a release for this.

matmar10 commented 4 years ago

@villasv This broke CI tests. Can you investigate? I've backed out the change for now from master.

Take a look at: https://travis-ci.org/github/domasx2/sequelize-fixtures

Not sure why CI system is not showing up in PR area anymore. My bad for not checking CI first to verify it's passing.

villasv commented 4 years ago

Will do, sorry for the disruption