Home
last modified time | relevance | path

Searched refs:test_setsubtype (Results 1 – 2 of 2) sorted by relevance

/sqlite-3.40.0/test/
H A Dsubtype1.test22 SELECT test_getsubtype(test_setsubtype('hello',123));
25 SELECT typeof(test_setsubtype('hello',123));
28 SELECT test_setsubtype('hello',123);
/sqlite-3.40.0/src/
H A Dtest_func.c657 static void test_setsubtype( in test_setsubtype() function
697 { "test_setsubtype", 2, SQLITE_UTF8, test_setsubtype}, in registerTestFunctions()