On Fri, Feb 28, 2014 at 8:00 AM, Dominique Devienne <[email protected]>wrote:

> Ran into this [datatype mismatch] error, which surprised me since I
> thought SQLite's
> dynamic typing allowed any value type to be stored in any column.
>

The exception to that rule is an INTEGER PRIMARY KEY column, which is only
allowed to store an integer.



-- 
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