Closed GoogleCodeExporter closed 9 years ago
This is most likely because you are trying to insert something like characters
into a integer ID column.
SQLite does not usually enforce data types except on integer columns that are
primary keys. This is due to SQLite using these integers as internal rowids.
What is your CREATE TABLE SQL statement and what values are you trying to
insert?
Original comment by crazy4ch...@gmail.com
on 8 Jul 2014 at 8:02
Closed (not enough feedback)
Original comment by crazy4ch...@gmail.com
on 27 Dec 2014 at 11:16
Original issue reported on code.google.com by
rosemary...@gmail.com
on 7 Jul 2014 at 10:05