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

WIP: files

parent a4d79f74
No related branches found
No related tags found
1 merge request!11F files
Pipeline #11979 passed
Pipeline: caosdb-cppinttest

#11980

    ...@@ -430,6 +430,8 @@ auto Transaction::WaitForIt() const noexcept -> TransactionStatus { ...@@ -430,6 +430,8 @@ auto Transaction::WaitForIt() const noexcept -> TransactionStatus {
    CAOSDB_LOG_FATAL(logger_name) << "Received invalid QueryResponseCase."; CAOSDB_LOG_FATAL(logger_name) << "Received invalid QueryResponseCase.";
    break; break;
    } }
    break; // break TransactionResponseCase::kRetrieveResponse
    } }
    case TransactionResponseCase::kInsertResponse: { case TransactionResponseCase::kInsertResponse: {
    ......
    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