| OLD | NEW |
| 1 # 2013 Feb 25 | 1 # 2013 Feb 25 |
| 2 # | 2 # |
| 3 # The author disclaims copyright to this source code. In place of | 3 # The author disclaims copyright to this source code. In place of |
| 4 # a legal notice, here is a blessing: | 4 # a legal notice, here is a blessing: |
| 5 # | 5 # |
| 6 # May you do good and not evil. | 6 # May you do good and not evil. |
| 7 # May you find forgiveness for yourself and forgive others. | 7 # May you find forgiveness for yourself and forgive others. |
| 8 # May you share freely, never taking more than you give. | 8 # May you share freely, never taking more than you give. |
| 9 # | 9 # |
| 10 #*********************************************************************** | 10 #*********************************************************************** |
| (...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 144 do_execsql_test $T.1.$tn.1 $sql | 144 do_execsql_test $T.1.$tn.1 $sql |
| 145 do_execsql_test $T.1.$tn.2 {PRAGMA integrity_check} ok | 145 do_execsql_test $T.1.$tn.2 {PRAGMA integrity_check} ok |
| 146 do_test $T.1.$tn.3 { check_on_disk } ok | 146 do_test $T.1.$tn.3 { check_on_disk } ok |
| 147 } | 147 } |
| 148 | 148 |
| 149 do_execsql_test $T.1.x.1 { PRAGMA freelist_count } 0 | 149 do_execsql_test $T.1.x.1 { PRAGMA freelist_count } 0 |
| 150 do_execsql_test $T.1.x.2 { SELECT count(*) FROM t1 } 128 | 150 do_execsql_test $T.1.x.2 { SELECT count(*) FROM t1 } 128 |
| 151 } | 151 } |
| 152 | 152 |
| 153 finish_test | 153 finish_test |
| OLD | NEW |