aboutsummaryrefslogtreecommitdiff
path: root/src/test_func.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/test_func.c')
-rw-r--r--src/test_func.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/test_func.c b/src/test_func.c
index fa5243826..80df48828 100644
--- a/src/test_func.c
+++ b/src/test_func.c
@@ -694,7 +694,8 @@ static int registerTestFunctions(
{ "test_extract", 2, SQLITE_UTF8, test_extract},
{ "test_zeroblob", 1, SQLITE_UTF8|SQLITE_DETERMINISTIC, test_zeroblob},
{ "test_getsubtype", 1, SQLITE_UTF8, test_getsubtype},
- { "test_setsubtype", 2, SQLITE_UTF8, test_setsubtype},
+ { "test_setsubtype", 2, SQLITE_UTF8|SQLITE_RESULT_SUBTYPE,
+ test_setsubtype},
{ "test_frombind", -1, SQLITE_UTF8, test_frombind},
};
int i;