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 boolean values in custom data map #166

Closed
wants to merge 2 commits into from

Conversation

egze
Copy link
Contributor

@egze egze commented Jun 6, 2022

Fixes #165

true, false are atoms in Elixir, and need to be matched before the defp maybe_schema(atom) when is_atom(atom) function.
Also fixed for nil values.

@egze egze closed this Jul 2, 2022
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.

Custom data with boolean values has strange behaviour
1 participant