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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user