On 1/26/17, Nikolas Manes <nikolas.ma...@gmail.com> wrote:
> Hello,
> I am Nikolas and facing an issue with sqlite, could you please help?
> You will find more details on the link bellow.
> http://stackoverflow.com/q/41730574/6293866

The ".mode ascii" command changes the default row and column separators.

Check-in https://www.sqlite.org/src/info/58f02e6eae8fc9e2 enhances the
command-line shell to change the row and column separator strings back
to the default when you do ".mode column".  This enhancement will
appear in the next release.  Or you can recompile using the code on
trunk, which is stable.

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

Reply via email to