F grpc select
Loading
Implementation of the handling of Responses to SELECT
queries.
Server implementation in caosdb-server!72 (merged)
The new code mainly wraps the protobuf "SelectQueryResult" message and it's members. The pattern used for the new ResultTable
class is a delegator pattern which makes it possible to hide third-party headers from our public API.
No Tests here, just integration tests in caosdb-cppinttest!27 (merged)
Unit tests would not help a lot anyways because we have mainly wrapper classes around the protobuf messages.
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.