-
Notifications
You must be signed in to change notification settings - Fork 9
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
should not double encode blank node primaryKey #3
base: master
Are you sure you want to change the base?
Conversation
hmm, no idea what should I do to pass the checks |
@zuobaojing Thanks for your PR, and sorry for this late reply. Actually I think there is no reason you want to have the As to the nested object properties, I believe the lib already recursively handle this by generating the FYI: |
Hi @lnshi For example I have the following entity:
Update scenarioSince there are no update API in cayley, when I need to update the entity by changing value of
ISSUE: the triple Removal scenarioIn the case of removing
My fix was to workaround the issue this way: Update scenario
Removal scenario
Appreciate if you could point me to the right direction in case I missed anything. |
Ah, partial update concern. @zuobaojing Can you help to add the test case to prove that after you remove the @dennwc Any comments? |
@lnshi sorry for late response, we decided not to use this lib earlier months ago, and I stopped working on the testing. |
This is useful in the scenario of updating nested object properties.