Skip to content
Snippets Groups Projects
Verified Commit 4e0552f3 authored by Timm Fitschen's avatar Timm Fitschen
Browse files

Merge branch 'dev' into f-acm

parents 0aa6278d 533c8e73
Branches
Tags
2 merge requests!8Release 0.2,!7F acm
Pipeline #16199 passed with warnings
......@@ -77,7 +77,7 @@ message CollectionValues {
repeated ScalarValue values = 1;
}
// Represents special values which are otherwise hard to tranfer via protobuf.
// Represents special values which are otherwise hard to transfer via protobuf.
enum SpecialValue {
// Represent the NULL value.
SPECIAL_VALUE_UNSPECIFIED = 0;
......@@ -95,7 +95,7 @@ message ScalarValue {
double double_value = 2;
// The value as bool
bool boolean_value = 3;
// The value as string
// The value as string. For the empty string, you may use special_value.
string string_value = 4;
// The value is a special value (e.g. NULL or the empty string)
SpecialValue special_value = 5;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment