]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Add the ability to do a PRAGMA integrity_check (or quick_check) on a single
authordrh <drh@noemail.net>
Thu, 23 Jul 2020 00:45:06 +0000 (00:45 +0000)
committerdrh <drh@noemail.net>
Thu, 23 Jul 2020 00:45:06 +0000 (00:45 +0000)
commit17d2d592fb2af9f688b890079b5cc39d37efe8ab
treeb300b467511070cc5881a2cf74134976a5a088b2
parent2f04583f041c7b49b0db98d3a653dd0f802b6284
Add the ability to do a PRAGMA integrity_check (or quick_check) on a single
table by specifying the table name as the argument.

FossilOrigin-Name: 65dd321432e8f80bc1cb11be8ca06656b41ac997a74a5eb271c797cf0fbb764e
manifest
manifest.uuid
src/btree.c
src/pragma.c
test/pragma.test