Skip to content
Snippets Groups Projects

ENH: Add retrieval and queries to Extern C interface

Merged Florian Spreckelsen requested to merge f-extended-c into f-files
2 unresolved threads
1 file
+ 3
2
Compare changes
  • Side-by-side
  • Inline
+ 3
2
@@ -333,8 +333,9 @@ ERROR_RETURN_CODE(GENERIC_ERROR,
auto *wrapped_transaction =
static_cast<caosdb::transaction::Transaction *>(
transaction->wrapped_transaction);
wrapped_transaction->Execute();
return 0;
wrapped_transaction->ExecuteAsynchronously();
auto status = wrapped_transaction->WaitForIt();
return status.GetCode();
})
ERROR_RETURN_CODE(GENERIC_ERROR,
Loading