Commit History

Author SHA1 Message Date
  drh 90170503b4 Fix harmless compiler warnings in the increment integrity_check extension. 9 months ago
  dan 9c59c87448 Add further tests for the intck module. 9 months ago
  dan ee299cc7d4 Add tests for the new code on this branch. 9 months ago
  dan 5956d1d942 Fix detection of surplus index entries when all indexed fields are NULL. 9 months ago
  dan 1545243368 Fix problems with resuming integrity-check operations on indexes with mixed ASC and DESC columns, and on indexes that contain NULL values. 9 months ago
  dan 639db50a02 Fix various issues in sqlite3intck.c. 10 months ago
  dan 6a00f707e8 Simplify the way the restart key is saved internally by the intck extension. 10 months ago
  dan b783f56c58 Add documentation to ext/intck/sqlite3intck.h. 10 months ago
  dan eb715f022f Have the intck extension better handle corruption at the b-tree layer. 10 months ago
  dan cfcb3b9208 Use fewer cycles to generate the "next key" value used by sqlite3_intck_suspend() function in the intck extension. 10 months ago
  dan ebea8458e2 Use more efficient SQL to verify that indexes contain entries that match their tables. 10 months ago
  dan cfc62ceefd Add implementation of sqlite3_intck_suspend(). 10 months ago
  dan 99a94a124c Add start of extension for incremental integrity-checks to ext/intck/. 10 months ago