Re: [sqlite] SQLite.NET Class Library Documentation Feedback: Limitations

2016-10-05 Thread Jens Alfke
> On Oct 5, 2016, at 5:49 AM, Santiago Bayeta wrote: > > But I also read from SQLite docs that now SQLite supports unlimited Reading > operations while writing. It does if the databases uses a WAL (Write-Ahead Log). This is a persistent per-database setting that can be

[sqlite] SQLite.NET Class Library Documentation Feedback: Limitations

2016-10-05 Thread Santiago Bayeta
Hi, I’m just starting with SQLite.NET and found this in the documentation (chm file downloaded from sqlite.org). “When a connection locks the database for writing, no other connection or process may read or write to the database until the write operation is complete.” But I also read from

[sqlite] SQLite.NET Class Library Documentation Feedback: Limitations

2015-06-08 Thread Saurabh Gupta
Is the following statement still relevant even with write ahead logging mode of latest sqlite "..timeouts will only occur if one thread is attempting to read while another thread is attempting to write.." Saurabh