Hi, The documentation for "PRAGMA quick_check" ( http://www.sqlite.org/pragma.html#pragma_quick_check) points out that "PRAGMA integrity_check" will match index content with table content.
http://www.sqlite.org/pragma.html#pragma_integrity_check , which is the actual documentation for that PRAGMA, does not document that however. What about writing it there, for everyone to understand how robust "PRAGMA integrity_check" really is? (Without that clarification, it looks like it'll just check database format correctness and the relative consistency of UNIQUE columns.) Now that we're talking about it, does "PRAGMA integrity_check" do anything even more beyond the abovementioned? Thanks