[sqlite] ODP: Cancelling sqlite3_wal_checkpoint

2016-05-03 Thread Albert Banaszkiewicz
I see. How safe it will be with respect to data integrity ? Are there any chances data can get lost ? Will it affect other read connections in any way ? If the process is terminated like this, what will happen when sqlite3_wal_checkpoint is called again ? Is the process going to be resumed

[sqlite] ODP: Cancelling sqlite3_wal_checkpoint

2016-05-03 Thread Richard Hipp
On 5/3/16, Albert Banaszkiewicz wrote: > I see. > How safe it will be with respect to data integrity ? Are there any chances > data can get lost ? SQLite is designed to handle this without data loss. And we actually run a lot of tests for that as well. > Will it affect other read connections