SQLite User Forum

SQLite CLI - What is the maximum length of a command?
Login
Version 3.33
Using 32-bit precompiled binary
Windows 10 64-bit

Finally tracked down the error; it is 'Error: near line 8: hex literal too big:' 

It occurs in an INSERT statement (originally created by SSMS/SQL Server) containing an image (read blob) column whose value is NOT wrapped in quotes.

(My statement regarding truncation is a red herring.)