You can try rebuilding the indexes. The initial three errors will be fixed by this. I think the two extra in the second set will be fixed as well. Some SQLite managers will have it as an option in the GUI. Otherwise, you need to execute the command "REINDEX" to reindex all the indexes in the database. Or "REINDEX index_name" for just one index.
|