Closed Qup42 closed 2 weeks ago
No test result changes.
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 89.18%. Comparing base (
bb70c4a
) to head (8ca3649
). Report is 2 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code
This is another step towards support for
SPARQL UPDATE
. The function takes aParsedQuery
that contains a graph update (and UPDATE request that inserts and/or deletes triples that are computed from a WHERE clause to/from a given graph), executes the query, and passes the result to aDeltaTriples
object.