Skip to content
Snippets Groups Projects
Commit 1c0e540f authored by Konstantin Osipov's avatar Konstantin Osipov
Browse files

doc/box-protocol.txt: expand on <data> definition.

Define what field data is.
parent 68384fa4
No related branches found
No related tags found
No related merge requests found
......@@ -163,6 +163,17 @@
<field> ::= <int32_varint><data>
; Tarantool understands only 3 field types: unsigned 4-byte
; int, unsigned 8-byte int and an octet string.
; Even this type awareness is very limited: it's only used when
; the field participates in an index. For example, when a numeric
; 32-bit index is defined on a field, and a non-32-bit value
; is supplied for that field, an ERR_CODE_BAD_PARAMS
; is returned.
;
<data> ::= <int8>+
;
; Compressed integer
;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment