Regarding:


/*
Here comes the comment. Source is reduced to show core of the problem.
*/

.mode column


==========================
FWIW, I reproduced error on 3.16.19 windows.

Of course, I presume this is not a problem with sqlite itself, but with
the sqlite3 utility program. 

Interesting in that I can make the error vanish by either:
   - Including any sql command or pragma ending in semicolon before the
dot command
   - Enclosing EACH line of initial comments with /*  */  (instead of
surrounding multiple lines of comment with a single /* */ pair.
   - even including an unnecessary semicolon on the end of a comment,
like "-- puppies;" will prevent the error.

_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to