]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Add the capability to VACUUM an attached database by specifying the schema
authordrh <drh@noemail.net>
Fri, 19 Aug 2016 14:20:56 +0000 (14:20 +0000)
committerdrh <drh@noemail.net>
Fri, 19 Aug 2016 14:20:56 +0000 (14:20 +0000)
commit9ef5e7708a4c37710d4093f7730141c842d1f643
tree01cbfc0b580c31619949e141d90fc4baaab20867
parent61ea610cd0fe5ba28cbe3a67479d9177fe66daf5
Add the capability to VACUUM an attached database by specifying the schema
name as an argument to the VACUUM command.  Since version 2.0, VACUUM has
accepted an argument which was silently ignored.  Now it has meaning.

FossilOrigin-Name: 29d63059b4d2bb612523ac55ebfef040d054a64f
manifest
manifest.uuid
src/build.c
src/insert.c
src/parse.y
src/prepare.c
src/sqliteInt.h
src/vacuum.c
src/vdbe.c
test/e_vacuum.test
test/vacuum5.test [new file with mode: 0644]