]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Enhance the VACUUM INTO command such that if the target file is a URI
authordrh <>
Wed, 7 Jan 2026 21:19:42 +0000 (21:19 +0000)
committerdrh <>
Wed, 7 Jan 2026 21:19:42 +0000 (21:19 +0000)
commitbba40a9c9b9dd9dc0b43471d9089e90629306f23
tree8dd2c85cadb526fc022cd3e216e21d7e293ba082
parent03c0ac435e2e18f177057cf634839092d35196ce
Enhance the VACUUM INTO command such that if the target file is a URI
with a reserve=N query parameter, then the reserve_bytes value is set to
N provided that N is within the allowed range.  This can even reduce the
size of the reserve, all the way to zero.  This provides a way to remove
reserve from a database without having to do a complete dump/restore.

FossilOrigin-Name: 9cec3b67d95c145c968c560e8b3d2c33896b4b5b6c86c61350263764bb616c43
manifest
manifest.tags
manifest.uuid
src/vacuum.c