.mode tabs does not work:

echo -ne "\"\t" >f && sqlite3 --version && sqlite3 <<EOF
create table t(a text, b text);
.mode tabs
.import f t
EOF
3.7.14 2012-09-03 15:42:36 c0d89d4a9752922f9e367362366efde4f1b06f2a
Error: f line 1: expected 2 columns of data but found 1
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to