1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-12-24 14:17:58 +03:00

Fix the zeroblob() function and related APIs so that they work with SQLITE_OMIT_INCRBLOB builds.

FossilOrigin-Name: bc401a75dd9f3c29c5969ae36264e68ccefc0937e44e232ca1f6b550f7fd6e22
This commit is contained in:
dan
2021-11-08 19:35:26 +00:00
parent 1a39e45619
commit a32536b498
18 changed files with 150 additions and 42 deletions

View File

@@ -14,6 +14,11 @@ set testdir [file dirname $argv0]
source $testdir/tester.tcl
set testprefix e_blobwrite
ifcapable !incrblob {
finish_test
return
}
#--------------------------------------------------------------------------
# EVIDENCE-OF: R-62898-22698 This function is used to write data into an
# open BLOB handle from a caller-supplied buffer. N bytes of data are