Skip to content
Snippets Groups Projects
Verified Commit 196e85ed authored by Timm Fitschen's avatar Timm Fitschen
Browse files

WIP: insert delete

parent 6f258fae
Branches
Tags
1 merge request!1ENH: Allow insertion and deletion of single entities
Pipeline #10815 failed
...@@ -140,7 +140,7 @@ message RetrieveResponse { ...@@ -140,7 +140,7 @@ message RetrieveResponse {
oneof query_response { oneof query_response {
Entity entity = 1; Entity entity = 1;
SelectQueryResult select_result = 3; SelectQueryResult select_result = 3;
CountResult = 4; CountResult count_result = 4;
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment