-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add the missing code in `Server.cpp` and `Server.h` to process a parsed update request using the `DeltaTriplesManager` from #1603 . As of this commit, QLever has an initial beta support for a subset of SPARQL UPDATE with the following limitations (all of which will be added in the future, and the list is far from being complete): 1. Updates are not yet persistent, so a restart or crash of the QLever server will delete all updates. 2. Only a single update request per query is allowed, not the syntax that atomically chains an arbitrary sequence of updates. 3. Only INSERT and DELETE queries are supported, the support for queries that drop or add a complete graph will be added in the future.
- Loading branch information
Showing
6 changed files
with
292 additions
and
90 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.