[sqlite] Clarify in docs that PRAGMA integrity_check also checks that index content matches table content?

2016-05-15 Thread Mikael
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

[sqlite] Clarify in docs that PRAGMA integrity_check also checks that index content matches table content?

2016-05-15 Thread Simon Slavin
On 15 May 2016, at 3:59pm, Mikael wrote: > 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.)