In the CLI, allow comment lines that begin with '#', but only in a context
commitc81ae1d2e330dd495befec2e82ab2080b464896f
authorD. Richard Hipp <drh@hwaci.com>
Sat, 12 May 2018 23:56:22 +0000 (12 23:56 +0000)
committerD. Richard Hipp <drh@hwaci.com>
Sat, 12 May 2018 23:56:22 +0000 (12 23:56 +0000)
treef6f6aedc068009c671fe28305cdd60b63e76234c
parent52fbc98b24b635a723a2ad506433917d4edc0f8c
In the CLI, allow comment lines that begin with '#', but only in a context
where a dot-command is allowed.  In other words, '#' at the beginning of a
line in the middle of an SQL statement is just part of the SQL.
src/shell.c.in