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

DOC: Add TODO and rename section in README_SETUP

parent 0ea49404
No related branches found
No related tags found
3 merge requests!12F consolidation,!9Draft: API: remove UniqueResult, lower-case at, size for ResultSet,!8ENH: Add retrieval and queries to Extern C interface
Pipeline #11828 passed
Pipeline: caosdb-cppinttest

#11831

    This commit is part of merge request !8. Comments created here will be created in the context of that merge request.
    ......@@ -48,7 +48,7 @@ as compiler. We use [cmake](https://cmake.org/download/) as build tool.
    and build the project. (You can open Tools/Command Line/Developer Command
    Prompt and execute `msbuild libcaosdb.sln /property:Configuration=Release`)
    ### Creating a Local Conan Build ##
    ### Creating a local Conan package ##
    Building and installing libcaosdb with Conan is just a single command:
    `conan create . -s "compiler.libcxx=libstdc++11"`
    ......
    ......@@ -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,
    ......
    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