Re: [sqlite] Shell CSV bug

2018-02-25 Thread Richard Hipp
On 2/24/18, David Burgess wrote: > Version SQLite 3.22.0 > Linux 3.19.0-32-generic > > The header line when output to file is terminated by \x0a > all other lines are terminated with \x0d\x0a Unable to repro. Do you have a complete test script? -- D. Richard Hipp d...@sqlite.org ___

[sqlite] Shell CSV bug

2018-02-25 Thread David Burgess
Version SQLite 3.22.0 Linux 3.19.0-32-generic The header line when output to file is terminated by \x0a all other lines are terminated with \x0d\x0a test case - .mode csv .once afile.csv select ... -- David Burgess ___ sqlite-users mailin