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

Fixed querying objects with equal constraint on array columns. #284

Merged
merged 1 commit into from
Feb 7, 2016

Conversation

nlutsenko
Copy link
Contributor

If the schema contains an array and we are provided with just a value - use an $all query.
Fixes #74.

@gfosco gfosco assigned nlutsenko and unassigned gfosco Feb 7, 2016
nlutsenko added a commit that referenced this pull request Feb 7, 2016
Fixed querying objects with equal constraint on array columns.
@nlutsenko nlutsenko merged commit 79bc313 into master Feb 7, 2016
@nlutsenko nlutsenko deleted the nlutsenko.query.array branch February 7, 2016 02:54
@nevwood
Copy link

nevwood commented Feb 5, 2017

seeing something similar; using [query whereKey:@"array" notEqualTo:@"string"]; worked on parse.com but does not work on parse server

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