Skip to content
Snippets Groups Projects

ENH: Allow insertion and deletion of single entities

Merged Florian Spreckelsen requested to merge f-insert into dev
All threads resolved!
2 files
+ 2
2
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -146,7 +146,7 @@ auto Transaction::InsertEntity(Entity *entity) -> void {
}
auto *sub_request = this->request->add_requests();
auto *proto_entity = sub_request->mutable_insert_request()->mutable_entity();
auto *proto_entity = sub_request->mutable_insert_request();
// swap and switch
entity->Switch(proto_entity);
Loading