-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

It definitely changes for me as shown below.  If you want further help then
you need to show the exact commands you are running and their output.

$ sqlite3 mydb
SQLite version 3.6.16
Enter ".help" for instructions
Enter SQL statements terminated with a ";"
sqlite> .show
     echo: off
  explain: off
  headers: off
     mode: list
nullvalue: ""
   output: stdout
separator: "|"
    width:
$ sqlite3 mydb
SQLite version 3.6.16
Enter ".help" for instructions
Enter SQL statements terminated with a ";"
sqlite> .mode csv
sqlite> .show
     echo: off
  explain: off
  headers: off
     mode: csv
nullvalue: ""
   output: stdout
separator: ","
    width:

Roger
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAks8Da0ACgkQmOOfHg372QRmIwCfaa+tpNav0ICIdxXGKF7XwYRV
hEUAoIydHIrtNkxlhinLVWr6WLBrBPUU
=180g
-----END PGP SIGNATURE-----
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to