Closed alexstrat closed 10 years ago
Probably linked to #21
$ echo 'foo,bar,foobar\n2,3,4' |textql -header -sql "select * from tbl" 2, 3, 4 $ echo 'foo,bar,foo:bar\n2,3,4' |textql -header -sql "select * from tbl" 2014/02/11 16:11:30 near ":bar": syntax error
Thx
Hah you're right, and I can't even find where ":" is not supported in SQLite table names.
Patch incoming
Thanks
Probably linked to #21
Thx