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 compilation issue and tests when using Ecto 3.8+ #27

Merged
merged 1 commit into from
Apr 26, 2022
Merged

Conversation

dvic
Copy link
Collaborator

@dvic dvic commented Apr 26, 2022

With Ecto 3.8 the following compilation error would occur: ** (ArgumentError) invalid option :null for field/3

@dvic
Copy link
Collaborator Author

dvic commented Apr 26, 2022

@bamorim this was a bug before but Ecto did not check the passed options, now since 3.8 they do and :null is an invalid option.

@dvic dvic merged commit e728681 into master Apr 26, 2022
@dvic dvic deleted the fix-ecto-3.8 branch April 26, 2022 13:01
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.

1 participant