Skip to content

Commit 5407903

Browse files
authored
Update PROTOCOL.md
1 parent ecb4599 commit 5407903

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PROTOCOL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ The format is `=LEN N VALUE1 VALUE2 ... VALUEN`. The whole command is built by N
143143
4. N values separated by a space ` ` character
144144

145145
### SQLite Statements
146-
SQLite statements are usually sent from client to server as `SCSP Strings`.
146+
SQLite statements are usually sent from client to server as `SCSP Strings`.
147147
In case of bindings the whole statement can be sent as `SCSP Array`.
148148

149149
The server replies to READ statements (like SELECT) with a `SCSP Rowset` or SCSP Rowset Chunk. In case of WRITE statements (like INSERT, UPDATE, DELETE) the SQLite Cloud server replies with a `SCSP Array` in the following format: `=LEN 6 TYPE INDEX ROWID CHANGES TOTAL_CHANGES FINALIZED`:

0 commit comments

Comments
 (0)