| OLD | NEW |
| 1 # 2011 March 25 | 1 # 2011 March 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 1362 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1373 execsql { | 1373 execsql { |
| 1374 SELECT DISTINCT streetname.n FROM f2, streetname | 1374 SELECT DISTINCT streetname.n FROM f2, streetname |
| 1375 WHERE f2.word MATCH 'tayle' | 1375 WHERE f2.word MATCH 'tayle' |
| 1376 AND f2.distance<=200 | 1376 AND f2.distance<=200 |
| 1377 AND streetname.n>=f2.word AND streetname.n<=(f2.word || x'F7BFBFBF') | 1377 AND streetname.n>=f2.word AND streetname.n<=(f2.word || x'F7BFBFBF') |
| 1378 } | 1378 } |
| 1379 } {steelewood tallia tallu talwyn taymouth thelema trailer {tyler finley}} | 1379 } {steelewood tallia tallu talwyn taymouth thelema trailer {tyler finley}} |
| 1380 | 1380 |
| 1381 | 1381 |
| 1382 finish_test | 1382 finish_test |
| OLD | NEW |