Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix loading models with json columns #120

Merged
merged 1 commit into from
Jul 1, 2020
Merged

Fix loading models with json columns #120

merged 1 commit into from
Jul 1, 2020

Conversation

villasv
Copy link
Contributor

@villasv villasv commented Jun 30, 2020

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

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
Copy link
Contributor Author

villasv commented Jun 30, 2020

Solves #68

@matmar10 matmar10 merged commit 462cddd into domasx2:master Jul 1, 2020
@matmar10
Copy link
Collaborator

matmar10 commented Jul 1, 2020

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

@matmar10
Copy link
Collaborator

matmar10 commented Jul 1, 2020

@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
Copy link
Contributor Author

villasv commented Jul 1, 2020

Will do, sorry for the disruption

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants