I had not read about affinities yet. Thanks. On Tue, Dec 14, 2010 at 5:16 PM, Puneet Kishor <[email protected]> wrote:
> > > 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 > _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

