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
pointing to a file with the following line:

.separator ,

        The problem is that with version 3.17.0 the .mode line
completely ignore the ".separator ," inside the "-init" file.

        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.

        Is this a bug or this is the expected behaviour since 3.17.0?

        Thanks!

-- 


_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to