Skip to content

Parse request.where from string into JSON #105

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

Merged
merged 1 commit into from
Feb 1, 2016
Merged

Parse request.where from string into JSON #105

merged 1 commit into from
Feb 1, 2016

Conversation

r4zzz4k
Copy link
Contributor

@r4zzz4k r4zzz4k commented Jan 31, 2016

This change fixes for me com.parse.ParseRequest$ParseRequestException: invalid key name: 0, which is discussed in detail here: #68. Seems like body.where is used as object when passed on, but Parse Android SDK sends it as JSON-encoded string. Not sure if it can break anything else, though.

@gfosco
Copy link
Contributor

gfosco commented Feb 1, 2016

Tests still pass... Looks good. Thanks! 👍

gfosco added a commit that referenced this pull request Feb 1, 2016
Parse request.where from string into JSON
@gfosco gfosco merged commit bce6244 into parse-community:master Feb 1, 2016
@ckarmy
Copy link

ckarmy commented Apr 25, 2016

@r4zzz4k @gfosco I don't understand how can I integrate this on my parse-server. I don't have any file called classes.js. I'm getting "code":105,"error":"invalid key name: when my POST have \"

How can integrate thios on my parse-server to solve the problem?

Thanks!!!

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