Lines Matching refs:main
61 do_execsql_test 1.2.1 { PRAGMA main.synchronous = NORMAL }
62 do_execsql_test 1.2.2 { PRAGMA main.synchronous } 1
66 do_execsql_test 1.3.1 { PRAGMA main.synchronous = OFF }
67 do_execsql_test 1.3.2 { PRAGMA main.synchronous } 0
72 do_execsql_test 1.4.1 { PRAGMA main.synchronous = FULL }
73 do_execsql_test 1.4.2 { PRAGMA main.synchronous } 2
89 do_execsql_test 1.8.1 { PRAGMA main.synchronous = NORMAL }
90 do_execsql_test 1.8.2 { PRAGMA main.synchronous } 1
97 do_execsql_test 1.10.1 { PRAGMA main.synchronous = OFF }
98 do_execsql_test 1.10.2 { PRAGMA main.synchronous } 0
118 do_execsql_test 1.11.3 { PRAGMA main.synchronous } 1
135 do_execsql_test 1.15.3 { PRAGMA main.synchronous } 2
142 do_execsql_test 1.17.3 { PRAGMA main.synchronous } 1
146 do_execsql_test 1.18.3 { PRAGMA main.synchronous=off }
151 do_execsql_test 1.19.3 { PRAGMA main.synchronous } 0
158 do_execsql_test 1.20.3 { PRAGMA main.synchronous } 2