Skip to content
Snippets Groups Projects

F grpc select

Merged Timm Fitschen requested to merge f-grpc-select into dev
All threads resolved!
1 file
+ 0
4
Compare changes
  • Side-by-side
  • Inline
+ 0
4
@@ -342,10 +342,6 @@ public:
CAOSDB_LOG_ERROR(logger_name)
<< "GetResultTable was called before the transaction has terminated. This is a programming "
"error of the code which uses the transaction.";
// TODO(tf) This is a really bad SegFault factory. When the transaction
// terminates and the result_set is being overriden, the unique_ptr
// created here will be deleted and any client of the return ResultTable
// will have a SegFault.
} else if (this->GetStatus().GetCode() == StatusCode::SPOILED) {
CAOSDB_LOG_ERROR(logger_name)
<< "GetResultTable was called on a \"spoiled\" transaction. That means "
Loading