On Wed, 31 Jul 2019 12:05:05 +0200
Olivier Mascia <o...@integral.be> wrote:

> Nothing stops any piece of your own programming or anyone using the
> CLI to do:
> 
> INSERT INTO "VALUES"(value_int) VALUES('something');

Not nothing, just nothing automatic.  

        value_int INTEGER not NULL 
                check( typeof(value_int) = 'integer')

will do nicely.  

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

Reply via email to