Lines Matching refs:sql_script
26 sql_script(&err, &db, "CREATE TABLE IF NOT EXISTS t1(a PRIMARY KEY, b)"); in stress_thread_1()
28 sql_script(&err, &db, "DROP TABLE IF EXISTS t1"); in stress_thread_1()
44 sql_script(&err, &db, "SELECT * FROM sqlite_schema;"); in stress_thread_2()
64 sql_script(&err, &db, "SELECT * FROM t1 ORDER BY a;"); in stress_thread_3()
91 sql_script(&err, &db, in stress_thread_4()
204 sql_script(pErr, pDb, "SELECT * FROM t0 WHERE z = 'small'"); in stress2_workload3()
208 sql_script(pErr, pDb, "SELECT * FROM t0 WHERE z = 'big'"); in stress2_workload4()
212 sql_script(pErr, pDb, in stress2_workload5()
218 sql_script(pErr, pDb, in stress2_workload6()
250 sql_script(pErr, pDb, "VACUUM"); in stress2_workload11()
254 sql_script(pErr, pDb, "PRAGMA integrity_check"); in stress2_workload14()
269 sql_script(&err, &db, "SELECT * FROM sqlite_schema;"); in stress2_workload19()
346 sql_script(&err, &db, in stress2()