mirror of
https://github.com/sqlite/sqlite.git
synced 2026-01-06 08:01: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:
@@ -14,6 +14,11 @@
|
||||
set testdir [file dirname $argv0]
|
||||
source $testdir/tester.tcl
|
||||
|
||||
ifcapable !incrblob {
|
||||
finish_test
|
||||
return
|
||||
}
|
||||
|
||||
set testprefix incrblobfault
|
||||
|
||||
do_execsql_test 1.0 {
|
||||
|
||||
Reference in New Issue
Block a user