Re: [sqlite] 3.17.0 (bug?): ".mode" command ignoring ".separator" when -init used

2017-02-14 Thread Dâniel Fraga
On Tue, 14 Feb 2017 07:57:17 -0500 Richard Hipp wrote: > It does not ignore it, it overwrites it. The ".mode" command now > always also sets the ".separator" (to the default separator value) for > those modes where the separator is used. This was added to work > around the

Re: [sqlite] 3.17.0 (bug?): ".mode" command ignoring ".separator" when -init used

2017-02-14 Thread Richard Hipp
On 2/13/17, Dâniel Fraga wrote: > > The problem is that with version 3.17.0 the .mode line > completely ignore the ".separator ," inside the "-init" file. > It does not ignore it, it overwrites it. The ".mode" command now always also sets the ".separator" (to the

Re: [sqlite] 3.17.0 (bug?): ".mode" command ignoring ".separator" when -init used

2017-02-13 Thread Dâniel Fraga
On Tue, 14 Feb 2017 02:16:50 -0200 Dâniel Fraga wrote: > The solution was to provide the ".separator ," again after > ".mode line", but it seems redundant, since I already had specified it > in the "-init" file. Sorry, I mean ".mode list", although it should

[sqlite] 3.17.0 (bug?): ".mode" command ignoring ".separator" when -init used

2017-02-13 Thread Dâniel Fraga
3.17.0 release brings the following change: In the command-line shell, enhance the ".mode" command so that it restores the default column and row separators for modes "line", "list", "column", and "tcl". *** I use the sqlite command-line shell with the option -init