]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Prototype implementation of "PRAGMA reset_database". This pragma differs from reset-database
authordrh <>
Wed, 28 Sep 2022 17:10:23 +0000 (17:10 +0000)
committerdrh <>
Wed, 28 Sep 2022 17:10:23 +0000 (17:10 +0000)
commit988e6236d9e76bb159051e986126ee0ad8ac2d1e
treeb9f3478ae3b3a02f6d6f16d888608bcb04fdb243
parent5d48e0cdc5d963776debc4ad70056972b2584f8b
Prototype implementation of "PRAGMA reset_database".  This pragma differs from
SQLITE_DBCONFIG_RESET_DATABASE in that the pragma only works if the database
is reasonably well-formed, whereas the dbconfig works regardless.

FossilOrigin-Name: cf0999d4f8fd120c4796240600cd42fcc8baa056efad432d0dae7da372023787
manifest
manifest.uuid
src/btree.c
src/pragma.c
src/pragma.h
src/prepare.c
src/sqliteInt.h
src/vacuum.c
src/vdbe.c
tool/mkpragmatab.tcl