Vin?cius da Silva wrote: > after commenting the pragmas, Which ones? omp or SQLite?
> SQLiteManager is throwing > an exception because stepping the statement in endTransaction() is > returning SQLITE_IOERR_DELETE_NOENT > <https://sqlite.org/rescode.html#ioerr_delete_noent> in the parallel loop. Do your threads access the same database file? What file system are you using? Regards, Clemens