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

Using includeKey from a client query, and then saving that object replaces the pointer #215

Closed
silvermana opened this issue Feb 3, 2016 · 3 comments · Fixed by #7284
Closed
Labels
state:released Released as stable version state:released-beta Released as beta version

Comments

@silvermana
Copy link

My client app is querying a root object and using includeKey to download objects there are pointers to. The client app then modifies and saves the root object. After the save, when I inspect my MongoDB one of the pointers has been replaced with the representation of that object. This then causes errors when that root object is fetched again. I did not have this issue when using Parse.com.

@gfosco
Copy link
Contributor

gfosco commented Feb 26, 2016

There have been several changes to object transformations lately. Can you please re-open if you're still experiencing this issue with 2.1.3+? Thanks.

@parseplatformorg
Copy link
Contributor

🎉 This change has been released in version 5.0.0-beta.1

@parseplatformorg parseplatformorg added the state:released-beta Released as beta version label Nov 1, 2021
@parseplatformorg
Copy link
Contributor

🎉 This change has been released in version 5.0.0

@parseplatformorg parseplatformorg added the state:released Released as stable version label Mar 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
state:released Released as stable version state:released-beta Released as beta version
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants