The webpage [1] mentions that if the sqlite library is linked twice
into the same application there is the possibility that the database
will be corrupted.

Is this also possible when two different processes (each of which has
only linked the library once) are accessing the same database? If not,
how does the latter case differ from the former?


[1] https://www.sqlite.org/howtocorrupt.html
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to