-
Notifications
You must be signed in to change notification settings - Fork 19
🤯 Delete implementation #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
Conversation
e25942e to
a85a1b2
Compare
size-limit report 📦
|
Codecov Report
@@ Coverage Diff @@
## main #304 +/- ##
==========================================
+ Coverage 98.04% 98.25% +0.20%
==========================================
Files 41 42 +1
Lines 8861 9696 +835
==========================================
+ Hits 8688 9527 +839
+ Misses 173 169 -4
... and 6 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
51feace to
31ec289
Compare
|
Status: implementation done. Missing tests. |
6ae0136 to
9561d9d
Compare
…e clause Previously, delete triples was mandatory and the where clause optional. It was incorrect with regards to the W3C specification of the SPARQL DELETE query.
7ee2610 to
4d5ee31
Compare
Co-authored-by: Arnaud Mimart <33665250+amimart@users.noreply.github.com>
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.
Looks good! 🚀
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 good 👍 Nice !
This PR brings addresses #307 by implementing the (missing) DeleteData message in the Cognitarium smart contract, which provides the functionality to delete triples from the contract's state.
DELETEmessage so that the delete triple patterns are now optional but the where clause is compulsory. This change aligns with the W3C's SPARQL DELETE query specification, which serves as our reference point.