-
Notifications
You must be signed in to change notification settings - Fork 32
Client Library Blob bug #31
Copy link
Copy link
Closed
Labels
BugIndicates unexpected or undesired behaviorsIndicates unexpected or undesired behaviors
Description
VDMSClient.query(2) has a bug in the implementation, that will not copy the blobs into the protobuf query.
We need to add the correct copy.
We should also consider creating a Query object, with an std::string* add_blob() method so that we avoid coping the content of the blobs that are provided by que client.
Reactions are currently unavailable
Metadata
Metadata
Labels
BugIndicates unexpected or undesired behaviorsIndicates unexpected or undesired behaviors