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

Enable parsing of Updates #1604

Closed Qup42 closed 2 weeks ago

Qup42 commented 2 weeks ago

The SPARQL parser now parses all UPDATE requests. In practice, this means that the SPARQL UPDATE is not yet supported by QLever message is now emitted by the Server, and not anymore by the Parser, which means that we are one step close to the support of SPARQL UPDATE.

codecov[bot] commented 2 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 89.14%. Comparing base (f149077) to head (9d7149b). Report is 4 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1604 +/- ## ========================================== + Coverage 89.12% 89.14% +0.01% ========================================== Files 371 371 Lines 34498 34505 +7 Branches 3906 3907 +1 ========================================== + Hits 30746 30759 +13 + Misses 2477 2472 -5 + Partials 1275 1274 -1 ```

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

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=9d7149beeec777469ab422e4c295b751a4c892fb&prev=0421dab7d1a1e72b13f1a128565924631b3b37ae

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