Differences From Artifact [7425d00411]:
- File api.scm — part of check-in [f84f53eaf5] at 2015-09-01 00:35:04 on branch v1.60 — Added number of unit tests for rmt calls. Fixed couple bugs found in db calls (user: matt, size: 11378) [annotate] [blame] [check-ins using] [more...]
To Artifact [ec567b2608]:
- File api.scm — part of check-in [399a5a4dfd] at 2015-09-16 23:58:41 on branch trunk — tweaks (user: matt, size: 11460) [annotate] [blame] [check-ins using]
︙ | |||
53 54 55 56 57 58 59 60 61 62 63 64 65 66 | 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 | + + + + | testmeta-get-record have-incompletes? synchash-get )) (define api:write-queries '( ;; general call can be a write - must treat it as such general-call ;; SERVERS start-server kill-server ;; TESTS test-set-state-status-by-id delete-test-records |
︙ |