ad-freiburg / qlever

Very fast SPARQL Engine, which can handle very large knowledge graphs like the complete Wikidata, offers context-sensitive autocompletion for SPARQL queries, and allows combination with text search. It's faster than engines like Blazegraph or Virtuoso, especially for queries involving large result sets.
Apache License 2.0
424 stars 52 forks source link

Implement a function that executes an UPDATE request #1607

Closed Qup42 closed 2 weeks ago

Qup42 commented 2 weeks ago

This is another step towards support for SPARQL UPDATE. The function takes a ParsedQuery 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 a DeltaTriples object.

sparql-conformance[bot] commented 2 weeks ago

Conformance check passed ✅

No test result changes.

Details: https://qlever.cs.uni-freiburg.de/sparql-conformance-ui?cur=8ca3649aa0e227e90b8090bff741af3e36a36fd6&prev=bb70c4a8bd9bb9505ba809ba845b0bd7df0dc9b6

codecov[bot] commented 2 weeks ago

Codecov Report

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.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1607 +/- ## ========================================== + Coverage 89.17% 89.18% +0.01% ========================================== Files 372 372 Lines 34579 34627 +48 Branches 3912 3915 +3 ========================================== + Hits 30835 30882 +47 - Misses 2471 2472 +1 Partials 1273 1273 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

sonarcloud[bot] commented 2 weeks ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud