Client-side fix (or rather clean-up) of caosdb-server#169 (closed).
This MR removes the FixValue
work-around (which is needed until caosdb-server!27 (merged)) and adds the missing grpc::StatusCode mappings to caosdb::StatusCode (unrelated to caosdb-server!27 (merged), but it was convenient for debugging to do this now).
Additionally, it fixes some linter warnings in ccaosdb
.
get_status_description
moved from "transaction.cpp" to "status_code_description.cpp".FixValue
and FixValueImpl
have been removed.Please, prepare your MR for a review. Be sure to write a summary and a focus and create gitlab comments for the reviewer. They should guide the reviewer through the changes, explain your changes and also point out open questions. For further good practices have a look at our review guidelines
For further good practices have a look at our review guidelines.