1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-30 19:03:16 +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_blobopen
ifcapable !incrblob {
finish_test
return
}
forcedelete test.db2
do_execsql_test 1.0 {