One of my tables in my SQLite database returns this error code below:
sqlite returned: error code = 17, msg = prepared statement aborts at 32 [sql statement]
As far as I know, the data has been successfully inserted. Is that something I should worry about? Or is it just a false mistake? Based on this , he says:
Database schema changed
What exactly does this mean? Any suggestions?
source share