On Thu, May 15, 2014 at 3:23 AM, Stephen Chrzanowski <[email protected]>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
[email protected]
_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to