-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Labels
Comments
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. |
🎉 This change has been released in version 5.0.0-beta.1 |
🎉 This change has been released in version 5.0.0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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.
The text was updated successfully, but these errors were encountered: