Skip to content
Snippets Groups Projects

ENH: Add retrieval and queries to Extern C interface

1 file
+ 0
6
Compare changes
  • Side-by-side
  • Inline
+ 0
6
@@ -469,9 +469,6 @@ 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,
@@ -506,9 +503,6 @@ ERROR_RETURN_CODE(GENERIC_ERROR,
caosdb_transaction_result_set *result_set,
caosdb_entity_entity *entity, int index),
{
// TODO(fspreck) how do we treat this? ResultSet
// is an abstract class, can we always fall back
// to MultiResultSet?
auto *wrapped_result_set =
static_cast<caosdb::transaction::MultiResultSet *>(
result_set->wrapped_result_set);
Loading