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

WIP: insert delete

parent 6cb18fd1
No related branches found
No related tags found
1 merge request!4ENH: Allow insertion and deletion of single entities
Pipeline #10861 failed
......@@ -22,14 +22,14 @@
#include "caosdb/entity.h" // for Entity, Parent, Par...
#include "caosdb/entity/v1alpha1/main.grpc.pb.h" // for EntityTransactionSe...
#include "caosdb/entity/v1alpha1/main.pb.h" // for IdResponse, Message
#include "caosdb/message_code.h"
#include "caosdb/transaction.h" // for Transaction
#include "gtest/gtest-message.h" // for Message
#include "gtest/gtest-test-part.h" // for TestPartResult, Sui...
#include "gtest/gtest_pred_impl.h" // for Test, EXPECT_EQ
#include <iostream> // for endl, basic_ostream
#include <memory> // for allocator, shared_ptr
#include <string> // for operator<<
#include "caosdb/message_code.h" // for MessageCode
#include "caosdb/transaction.h" // for Transaction
#include "gtest/gtest-message.h" // for Message
#include "gtest/gtest-test-part.h" // for TestPartResult, Sui...
#include "gtest/gtest_pred_impl.h" // for Test, EXPECT_EQ
#include <iostream> // for endl, basic_ostream
#include <memory> // for allocator, shared_ptr
#include <string> // for operator<<
namespace caosdb::entity {
using caosdb::entity::v1alpha1::IdResponse;
......
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