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
Compare and Show latest version
2 files
+ 4
1
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 3
0
@@ -469,6 +469,9 @@ ERROR_RETURN_CODE(GENERIC_ERROR,
return status.GetCode();
})
// TODO(fspreck) Results sets have to be worked over once they have
// been fixed in the cpplib. Afterwards, creation and at have to be
// re-implemented.
ERROR_RETURN_CODE(GENERIC_ERROR,
int caosdb_transaction_transaction_get_result_set(
caosdb_transaction_transaction *transaction,
Loading