OLD | NEW |
1 # 2013 March 05 | 1 # 2013 March 05 |
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 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
69 } {12 12 12 34 34 34} | 69 } {12 12 12 34 34 34} |
70 do_test tkt-fc7bd6358f.110.$a.$b.2 { | 70 do_test tkt-fc7bd6358f.110.$a.$b.2 { |
71 db eval {PRAGMA automatic_index=OFF} | 71 db eval {PRAGMA automatic_index=OFF} |
72 db eval "SELECT t1.textid, i.intid, t2.textid $from $where" | 72 db eval "SELECT t1.textid, i.intid, t2.textid $from $where" |
73 } {12 12 12 34 34 34} | 73 } {12 12 12 34 34 34} |
74 } | 74 } |
75 } | 75 } |
76 | 76 |
77 | 77 |
78 finish_test | 78 finish_test |
OLD | NEW |