Skip to content
Snippets Groups Projects
Commit c923bf7a authored by florian's avatar florian
Browse files

MAINT: Remove TODOs

parent 934b7cf2
No related branches found
No related tags found
2 merge requests!12F consolidation,!8ENH: Add retrieval and queries to Extern C interface
Pipeline #11894 failed
This commit is part of merge request !8. Comments created here will be created in the context of that merge request.
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment