SQLite Forum

SQLite CLI - What is the maximum length of a command?
Login
The CLI appears to have a limit of 4095 characters.

When I .read a script containing lines longer than 4095 characters, the lines are truncated, that means that the CLI never sees the terminating semi-colon, and I see no errors being reported.

- What is the maximum length of any command executable by the CLI?
- Why are errors not reported?