Hello,
I've got a setup, where one process/thread writes data (multiple inserts 
in one transaction ) to db and other which reads data (one select) from 
db. These two threads use their own db connections. When "write" thread 
and "read" thread access the database at the same time, then processing 
of write transaction fails with strange "constraint failed" error (no. 19).
I've tried to search the web for any solution, but i haven't found 
anything. Does any sqlite MVP know what could be beyond this strange 
error message.

Thanks for any help.

Sincerely,
Jan
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to