Re: [sqlite] [BUG] shell: .import: no special characters in table name

2017-10-20 Thread Clemens Ladisch
Clemens Ladisch wrote: > Simon Slavin wrote: >> On 19 Oct 2017, at 7:38pm, Clemens Ladisch wrote: >>> the .import command does not work (and can show misleading error messages) >>> if the table name contains special characters: >>> >>> sqlite> .import test.csv temp.t >> >> What format is the file

Re: [sqlite] [BUG] shell: .import: no special characters in table name

2017-10-20 Thread Clemens Ladisch
Simon Slavin wrote: > On 19 Oct 2017, at 7:38pm, Clemens Ladisch wrote: >> the .import command does not work (and can show misleading error messages) >> if the table name contains special characters: >> >> sqlite> .import test.csv temp.t > > What format is the file "temp.t" in ? UTF-8 ? ASCII ?

Re: [sqlite] [BUG] shell: .import: no special characters in table name

2017-10-19 Thread Simon Slavin
On 19 Oct 2017, at 7:38pm, Clemens Ladisch wrote: > the .import command does not work (and can show misleading error messages) > if the table name contains special characters: > > sqlite> .import test.csv temp.t What format is the file "temp.t" in ? UTF-8 ? ASCII ?