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

Handle boolean types in where arguments. #206

Merged
merged 3 commits into from
Apr 7, 2014

Conversation

joshuapinter
Copy link
Contributor

Fixes Issue #203.

This works:

	.where("booleanField = ?", 0)

This doesn't work:

	.where("booleanField = ?", false)
@joshuapinter
Copy link
Contributor Author

Honestly, I looked into the error in the test and it seems that the android SDKs are not available to be downloaded with android update sdk for some reason.

Take a look at Pull #207 for more details on what I tried.

Very strange indeed.

SeanPONeil added a commit that referenced this pull request Apr 7, 2014
Handle boolean types in where arguments.
@SeanPONeil SeanPONeil merged commit cb31474 into pardom-zz:master Apr 7, 2014
@joshuapinter joshuapinter deleted the fix_boolean_type branch April 7, 2014 14:14
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