-
Notifications
You must be signed in to change notification settings - Fork 304
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
Fix PATCH requests with non-matching deletions #1086
Conversation
c6c22f1
to
6dc8013
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems the tests are failing, so it doesn't quite work as intended?
Ah, got it, it relies on changes in rdflib. Indeed, then approving, since the changes here LGTM. |
6dc8013
to
0f88780
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Concerns have been voiced that this will break too much, and that the actual problem is a design flaw in SPARQL Update. Thus setting the review so that it doesn't go in before we have a better solution.
Discussion continued in linkeddata/rdflib.js#299 |
Fixes #1085
Depends on linkeddata/rdflib.js#298