]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Fix the zeroblob() function and related APIs so that they work with SQLITE_OMIT_INCRB...
authordan <Dan Kennedy>
Mon, 8 Nov 2021 19:35:26 +0000 (19:35 +0000)
committerdan <Dan Kennedy>
Mon, 8 Nov 2021 19:35:26 +0000 (19:35 +0000)
commita32536b498603ea7c69ffaca0f8b1a196377b793
treeb1d33828e511e70942260e894af00df2bc14f4ff
parent1a39e4561960582d83b84b3fcaf4826e1d9eb8e1
Fix the zeroblob() function and related APIs so that they work with SQLITE_OMIT_INCRBLOB builds.

FossilOrigin-Name: bc401a75dd9f3c29c5969ae36264e68ccefc0937e44e232ca1f6b550f7fd6e22
18 files changed:
ext/session/session6.test
manifest
manifest.uuid
src/vdbeInt.h
src/vdbeapi.c
src/vdbemem.c
test/e_blobbytes.test
test/e_blobclose.test
test/e_blobopen.test
test/e_blobwrite.test
test/incrblob3.test
test/incrblobfault.test
test/mmap1.test
test/pager1.test
test/tkt-2d1a5c67d.test
test/without_rowid5.test
test/zeroblob.test
test/zeroblobfault.test [new file with mode: 0644]