Thanks, but it appears that ".mode column" triggers it, and .separator does not appear to have any influence in that mode.
Out of curiosity, it appears that the row separator (in windows) is a single character. Do you know to specify as the row separator? Everything I attempt is taken as literal characters. I've attempted: 0x0D0x0A, 0x0D0A, 0Dx0Ax. Nothing appears to work. dvn On Thu, Oct 13, 2016 at 2:11 PM, Simon Slavin <[email protected]> wrote: > > On 13 Oct 2016, at 7:51pm, Don V Nielsen <[email protected]> wrote: > > > The .separator command does not provide any > > mechanism for turning it off. Is there a way? > > Can't try it now but does > > .separator "" > > do what you want ? > > Simon. > _______________________________________________ > sqlite-users mailing list > [email protected] > http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users > _______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

