On 12 Jul 2018, at 9:47am, Simon Leo Hafner <[email protected]> wrote:

> create table foo (
>  text bar not null
> );

Should be

    bar TEXT NOT NULL

I'm not sure how your line is being parsed, but I can understand it thinking 
you have not set a column type.

Simon.
_______________________________________________
sqlite-users mailing list
[email protected]
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to