On 12 Oct 2011, at 3:27pm, Pavel Ivanov wrote: > sqlite> create table t (a, b);
You didn't define the columns as text columns, so SQLite doesn't understand that 'T' is anything like 't'. Simon. _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

