Home
last modified time | relevance | path

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

/sqlite-3.40.0/test/
H A Deval.test13 # This file experiments with recursion using the "test_eval()" SQL function
41 SELECT x, test_eval('SELECT max(x) FROM t1 WHERE x<' || x) FROM t1 LIMIT 5
53 SELECT x, test_eval('DELETE FROM t2 WHERE x='||x), y FROM t2;
64 SELECT x, test_eval('DELETE FROM t2 WHERE x='||x), y FROM t2
79 SELECT x, test_eval('UPDATE t2 SET y=y+100 WHERE x='||x), y FROM t2;
84 execsql { SELECT test_eval('SELECT ''abcdefghij''') }
/sqlite-3.40.0/src/
H A Dtest_func.c294 static void test_eval( in test_eval() function
689 { "test_eval", 1, SQLITE_UTF8, test_eval}, in registerTestFunctions()