On 24 Dec 2009, at 1:17pm, Pavel Ivanov wrote:

> But this behavior is definitely a bug:

You might change the behaviour by defining the type of the column:

create table t(f1);

Try

create table t(f1 TEXT);

and see whether one of them gives you the behaviour you want.

Simon.
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to