Skip to content
Snippets Groups Projects

Workaround to return non-string values, according to the specified DataType.

Merged Daniel Hornung requested to merge f-parse-string-values into dev
2 unresolved threads
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -20,9 +20,9 @@
*
*/
#include "caosdb/entity.h"
#include "caosdb/exceptions.h"
#include "caosdb/data_type.h" // for DataType
#include "caosdb/entity/v1alpha1/main.pb.h" // for Messages
#include "caosdb/exceptions.h"
#include "caosdb/protobuf_helper.h" // for get_arena
#include "caosdb/value.h" // for Value
#include <boost/algorithm/string.hpp>
Loading