-
-
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
"_id" in Object fields is being renamed to "objectId" #1417
Labels
type:bug
Impaired feature or lacking behavior that is likely assumed
Comments
With the same data on parse.com this is the output for the same query. {
"results": [
{
"createdAt": "2016-04-07T21:30:07.528Z",
"data": {
"_id": "testObjectKey",
"arr": [
{
"_id": "testArrayKey",
"_testKey": "otherKey"
}
],
"obj": {
"_id": "testNestedObjectKey"
}
},
"objectId": "VvFMrOwBhF",
"updatedAt": "2016-04-07T21:30:11.447Z"
}
]
} |
drew-gross
added
the
type:bug
Impaired feature or lacking behavior that is likely assumed
label
Apr 7, 2016
in transform.js keys are being renamed even when they are inside fields of type What would happen if you stopped traversing these fields? |
Verified. Working on a fix. |
drew-gross
added a commit
to drew-gross/parse-server
that referenced
this issue
Apr 7, 2016
drew-gross
added a commit
to drew-gross/parse-server
that referenced
this issue
Apr 8, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Check out this issue for an ideal bug report. The closer your issue report is to that one, the more likely we are to be able to help, and the more likely we will be to fix the issue quickly!
For implementation related questions or technical support, please refer to the Stack Overflow and Server Fault communities.
Make sure these boxes are checked before submitting your issue -- thanks for reporting issues back to Parse Server!
Environment Setup
Test Schema
Test Data
When querying this Class the output I receive is:
Steps to reproduce
Fetch the Test Class in parse dashboard/curl and look at the results.
Logs/Trace
N/A
The text was updated successfully, but these errors were encountered: