The error occur after commenting the SQLite setup pragmas.  All threads
access the same database file and the same table. I'm using an ext4 file
system with Ubuntu.

2016-02-02 17:58 GMT-02:00 Clemens Ladisch <clemens at ladisch.de>:

> 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
> _______________________________________________
> sqlite-users mailing list
> sqlite-users at mailinglists.sqlite.org
> http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users
>



-- 
Best Regards,

Vin?cius da Silva <http://www.lcg.ufrj.br/Members/viniciusdasilva>,
Ph. D. Student.
PESC <http://www.cos.ufrj.br> - UFRJ <http://www.ufrj.br>

Reply via email to