On 23 Jul 2016, at 4:16pm, Richard Hipp <[email protected]> wrote:

> Testing and (especially) documentation work is on-going.

If there isn't already done, would it be possible to add an option to dbhash 
which produces just the hash and not the path ?  That would make it easier for 
a shell script to compare two hashes.

And I have a question: if one of the indexes in the database is corrupt, in a 
way that would be spotted by "PRAGMA integrity_check", would you be able to 
spot it using

dbhash > hash1.txt
VACUUM
dbhash > hash2.txt

and compare the two hashes ?  Or would the hash remain the same ?

Simon.
_______________________________________________
sqlite-users mailing list
[email protected]
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to