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

Stale data on client when fields are deleted on server. #205

Closed
drew-gross opened this issue Feb 11, 2016 · 3 comments
Closed

Stale data on client when fields are deleted on server. #205

drew-gross opened this issue Feb 11, 2016 · 3 comments

Comments

@drew-gross
Copy link

If an object is fetched on the client, then a field from that object is deleted on the server, and then the object is retrieved via Parse.Query(...).get(id), the object will still have the field that was deleted on the server. This requires single instance mode to be enabled.

@andrewimm
Copy link
Contributor

#206 should resolve this

@andrewimm
Copy link
Contributor

I might want to add some extra internal integration tests as well

@andrewimm
Copy link
Contributor

Resolved in 1.7.1

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

No branches or pull requests

2 participants