Lines Matching refs:PRAGMA
13 # Specificly, it tests that "PRAGMA synchronous" appears to work.
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
79 do_execsql_test 1.5 { PRAGMA journal_mode = wal } {wal}
89 do_execsql_test 1.8.1 { PRAGMA main.synchronous = NORMAL }
90 do_execsql_test 1.8.2 { PRAGMA main.synchronous } 1
94 do_execsql_sync_test 1.9 { PRAGMA wal_checkpoint } {2 0 3 3}
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
121 do_execsql_sync_test 1.12 { PRAGMA wal_checkpoint } {2 0 2 2}
128 do_execsql_test 1.14 { PRAGMA journal_mode = delete } {delete}
135 do_execsql_test 1.15.3 { PRAGMA main.synchronous } 2
138 do_execsql_test 1.16 { PRAGMA journal_mode = wal } {wal}
142 do_execsql_test 1.17.3 { PRAGMA main.synchronous } 1
146 do_execsql_test 1.18.3 { PRAGMA main.synchronous=off }
147 do_execsql_test 1.18 { PRAGMA journal_mode = delete } {delete}
151 do_execsql_test 1.19.3 { PRAGMA main.synchronous } 0
158 do_execsql_test 1.20.3 { PRAGMA main.synchronous } 2