Differences From Artifact [b5d86e1d41]:
- File db.scm — part of check-in [0c15178d6d] at 2018-05-18 12:13:56 on branch v1.65 — fixed generate-html get records (user: pjhatwal, size: 201303) [annotate] [blame] [check-ins using]
To Artifact [3551c538f8]:
- File db.scm — part of check-in [96a83f9ea5] at 2018-06-06 18:48:49 on branch v1.65 — fix for tagexpr and default timeout on tsend (user: pjhatwal, size: 201323) [annotate] [blame] [check-ins using]
︙ | |||
4172 4173 4174 4175 4176 4177 4178 | 4172 4173 4174 4175 4176 4177 4178 4179 4180 4181 4182 4183 4184 4185 4186 | - + | (lambda (tag) (hash-table-set! res tag (delete-duplicates (cons testname (hash-table-ref/default res tag '()))))) tags))) db "SELECT testname,tags FROM test_meta") |
︙ |