OLD | NEW |
1 # | 1 # |
2 # 2010 September 17 | 2 # 2010 September 17 |
3 # | 3 # |
4 # May you do good and not evil. | 4 # May you do good and not evil. |
5 # May you find forgiveness for yourself and forgive others. | 5 # May you find forgiveness for yourself and forgive others. |
6 # May you share freely, never taking more than you give. | 6 # May you share freely, never taking more than you give. |
7 # | 7 # |
8 #*********************************************************************** | 8 #*********************************************************************** |
9 # This file implements regression tests for SQLite library. The | 9 # This file implements regression tests for SQLite library. The |
10 # focus of this file is the interactions between the FTS3/4 module | 10 # focus of this file is the interactions between the FTS3/4 module |
(...skipping 156 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
167 } $LOCKED | 167 } $LOCKED |
168 | 168 |
169 execsql ROLLBACK dbR | 169 execsql ROLLBACK dbR |
170 execsql ROLLBACK dbW | 170 execsql ROLLBACK dbW |
171 } | 171 } |
172 | 172 |
173 dbW close | 173 dbW close |
174 dbR close | 174 dbR close |
175 sqlite3_enable_shared_cache $::enable_shared_cache | 175 sqlite3_enable_shared_cache $::enable_shared_cache |
176 finish_test | 176 finish_test |
OLD | NEW |