Re: [sqlite] Backup and integrity check questions

2018-07-28 Thread Rune Torgersen
> Rowan Worth Thu, 26 Jul 2018 22:02:50 -0700 > > On 26 July 2018 at 05:56, Rune Torgersen wrote: > > > The databases have been opened with two connections (one for reads, one > > for writes), and use the following options: > > sqlite3_busy_timeout(mDbConn, 500)

[sqlite] Backup and integrity check questions

2018-07-26 Thread Rune Torgersen
); sqlite3_exec(mReadDbConn, "PRAGMA read_uncommitted = 1;", 0, 0, 0); Thanks, Rune Torgersen Innovative Systems LLC. ___ sqlite-users mailing list sqlite-users@mailinglists.sqlite.org http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users