From b94d3f895524b94c33accab0d55e739393ae5fdf Mon Sep 17 00:00:00 2001 From: florian <f.spreckelsen@inidscale.com> Date: Thu, 12 Aug 2021 12:16:21 +0200 Subject: [PATCH] DOC: Add TODO and rename section in README_SETUP --- README_SETUP.md | 2 +- src/ccaosdb.cpp | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README_SETUP.md b/README_SETUP.md index aaf0e16..bdb8a03 100644 --- a/README_SETUP.md +++ b/README_SETUP.md @@ -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"` diff --git a/src/ccaosdb.cpp b/src/ccaosdb.cpp index ef9eaa6..e8b0a84 100644 --- a/src/ccaosdb.cpp +++ b/src/ccaosdb.cpp @@ -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, -- GitLab