On 22 Feb 2015, at 11:15pm, Donald Shepherd <donald.shepherd at gmail.com> wrote:
> If I use the backup API to create a copy of an SQLite database that uses > Write-Ahead Logging, will the resulting copy reflect the contents of both > the base database file and the -wal file? Until a transaction is COMMITted, it's not part of the database. Because the program could decide to ROLLBACK instead. Simon.

