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

Enable multi-deletion

parent ebfbb1f3
No related branches found
No related tags found
1 merge request!7ENH: Support FIND and COUNT queries
Pipeline #11577 canceled
......@@ -182,7 +182,7 @@ auto Transaction::DeleteById(const std::string &id) noexcept -> StatusCode {
auto *sub_request = this->request->add_requests();
sub_request->mutable_delete_request()->set_id(id);
this->status = TransactionStatus::READY();
this->status = TransactionStatus::GO_ON();
return this->status.GetCode();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment