OLD | NEW |
1 # 2010 August 23 | 1 # 2010 August 23 |
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 30 matching lines...) Expand all Loading... |
41 } {} | 41 } {} |
42 | 42 |
43 db close | 43 db close |
44 sqlite3 db test.db | 44 sqlite3 db test.db |
45 | 45 |
46 do_execsql_test tkt-5e10420e8d.5 { | 46 do_execsql_test tkt-5e10420e8d.5 { |
47 PRAGMA integrity_check; | 47 PRAGMA integrity_check; |
48 } {ok} | 48 } {ok} |
49 | 49 |
50 finish_test | 50 finish_test |
OLD | NEW |