Differences From Artifact [68ac71805c]:
- File api.scm — part of check-in [70f5d2ff31] at 2021-01-28 18:40:38 on branch v1.6569-refactor-server-key-chk — fixes to crashes with server id mismatch (user: pjhatwal, size: 21664) [annotate] [blame] [check-ins using]
To Artifact [ee434c180b]:
- File api.scm — part of check-in [5746a55322] at 2021-02-04 21:17:51 on branch v1.6569-multi-db — Few more spots where loading of commonmod was needed (user: matt, size: 21711) [annotate] [blame] [check-ins using]
︙ | |||
22 23 24 25 26 27 28 29 30 31 32 33 34 35 | 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 | + + + | (use srfi-69 posix) (declare (unit api)) (declare (uses rmt)) (declare (uses db)) (declare (uses tasks)) (declare (uses commonmod)) (import commonmod) ;; allow these queries through without starting a server ;; (define api:read-only-queries '(get-key-val-pairs get-var get-keys |
︙ |