Ashish Agarwal wrote:
> How come the following works?
>

It is not a bug, it is a feature -- read up on datatypes at sqlite.org

> sqlite>  create table mytable (name blah_type);
> sqlite>  .schema mytable
> CREATE TABLE mytable (name blah_type);
>
> I was expecting an error saying something like "blah_type: Invalid storage
> class".
> _______________________________________________
> sqlite-users mailing list
> [email protected]
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users



-- 
Puneet Kishor
_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to