On Thu, May 15, 2014 at 3:23 AM, Stephen Chrzanowski <pontia...@gmail.com>wrote:

> Technically, SQLite thinks STRING = INTEGER as far as field definitions are
> concerned, but either int or integer will do the job.
>

Not so.  Please see http://www.sqlite.org/datatype3.html#affinity

SQLite version 2 stored all values as strings.  But SQLite now stores
integers as integers and floats as floats and has done so for ten years.


-- 
D. Richard Hipp
d...@sqlite.org
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to