How come the following works?

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

Reply via email to