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

MAINT: Add TODO for queries

parent 37599908
No related branches found
No related tags found
1 merge request!7ENH: Support FIND and COUNT queries
Pipeline #11461 passed
Pipeline: caosdb-cppinttest

#11464

    ......@@ -180,6 +180,8 @@ auto Transaction::RetrieveById(const std::string &id) noexcept -> StatusCode {
    return this->status.GetCode();
    }
    // TODO(fspreck) What about count queries (mixed with retrievals),
    // what about unique queries?
    auto Transaction::Query(const std::string &query) noexcept -> StatusCode {
    ASSERT_CAN_ADD_QUERY
    ......
    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