Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

SQLite Error Code 17

One of my tables in my SQLite database is returning this error code below:

sqlite returned: error code = 17, msg = prepared statement aborts at 32[sql statement]

As far as I know, the data was successfully inserted. Is this something I should be concerned about? Or is it just a false error? Based on this post, it says:

The database schema changed

What exactly does it mean? Any suggestions?

like image 309
Lawrence Gimenez Avatar asked Jun 22 '12 08:06

Lawrence Gimenez


1 Answers

Try insetting more elements it seems false error, once you inserted values your database schema recognized and stops giving this false error..

like image 144
MobileEvangelist Avatar answered Sep 30 '22 05:09

MobileEvangelist