Skip to content

Commit a1768ad

Browse files
authored
Update PROTOCOL.md
minor
1 parent d90f172 commit a1768ad

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
@@ -18,7 +18,7 @@ A client connects to an SQLite Cloud server creating a TCP connection to port 88
1818
### Request-Response model
1919
SQLite Cloud accepts strings representing the command to execute. These strings are parsed on the server-side and the command-specific reply is sent back to the client. A client is allowed to send to the server only **SCSP Strings**.
2020

21-
Multiple commands can be sent to the SQLite Cloud server as a one **SCPS String** with commands separated by the `;` character. In that case, the client will receive one reply representing the response of the last executed command. In case of error, the execution is interrupted, and the proper error code is returned.
21+
Multiple commands can be sent to the SQLite Cloud server as a one **SCSP String** with commands separated by the `;` character. In that case, the client will receive one reply representing the response of the last executed command. In case of error, the execution is interrupted, and the proper error code is returned.
2222

2323
In SCSP, the type of data depends on the first byte:
2424
* For **Strings** the first byte is `+`

0 commit comments

Comments
 (0)