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

Add string versions of @true_values as well #8

Merged
merged 1 commit into from
Apr 13, 2017

Conversation

drnikon
Copy link
Contributor

@drnikon drnikon commented Apr 11, 2017

ExSieve.Builder.Where module's @true_values module attribute does not contain the string versions of true values only the charlist ones. For example making a request like http://localhost:4000/users?q[name_null]=true to list the users with null as a name will result in no function clause matching in ExSieve.Builder.Where.predicat_expr/3 error because the true parameter gets passed as a string not a charlist. This PR fixes that.

@valyukov valyukov merged commit d7c1009 into valyukov:master Apr 13, 2017
@s33m4nn
Copy link

s33m4nn commented Apr 13, 2017

I would like to upgrade ex_sieve over hex.pm. @valyukov, could you bump version to 0.6.1, plz?

@valyukov
Copy link
Owner

@drnikon
Copy link
Contributor Author

drnikon commented Apr 13, 2017

@valyukov Thanks a lot! 👍

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.

3 participants