| OLD | NEW |
| 1 # 2007 May 3 | 1 # 2007 May 3 |
| 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 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 58 lindex [execsql {SELECT v FROM blobs WHERE k = $::iKey}] 0 | 58 lindex [execsql {SELECT v FROM blobs WHERE k = $::iKey}] 0 |
| 59 } $::blobstr | 59 } $::blobstr |
| 60 | 60 |
| 61 incr ::iKey | 61 incr ::iKey |
| 62 } | 62 } |
| 63 | 63 |
| 64 # Free memory: | 64 # Free memory: |
| 65 unset ::blobstr | 65 unset ::blobstr |
| 66 | 66 |
| 67 finish_test | 67 finish_test |
| OLD | NEW |