Skip to content

Commit

Permalink
Improve comment for Type RAW
Browse files Browse the repository at this point in the history
Signed-off-by: Rohit Nayak <rohit@planetscale.com>
  • Loading branch information
rohit-nayak-ps committed Aug 28, 2024
1 parent 8a2d434 commit 6e3247a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 1 addition & 2 deletions go/vt/proto/query/query.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions proto/query.proto
Original file line number Diff line number Diff line change
Expand Up @@ -218,9 +218,7 @@ enum Type {
// VECTOR specifies a VECTOR type
// Properties: 35, IsQuoted.
VECTOR = 2083;

// RAW specifies a type which won't be quoted but used as is.
// Internal use only. TODO: check if we can use EXPRESSION instead of defining a new one
// RAW specifies a type which won't be quoted but the value used as-is while encoding.
RAW = 2084;
}

Expand Down

0 comments on commit 6e3247a

Please sign in to comment.