Differences From Artifact [dc7e97c759]:
- File dbmod.scm — part of check-in [04d9567700] at 2021-04-14 23:10:16 on branch v1.6584-ck5 — wip (user: matt, size: 236568) [annotate] [blame] [check-ins using]
To Artifact [8a7fea8aaf]:
- File dbmod.scm — part of check-in [e2dacbec3a] at 2021-04-15 15:23:17 on branch v1.6584-ck5 — converted db accessors to procedures (user: matt, size: 236571) [annotate] [blame] [check-ins using]
︙ | |||
90 91 92 93 94 95 96 | 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 | - + | ;; (declare (uses keys)) ;; (declare (uses ods)) ;; (declare (uses client)) ;; (declare (uses mt)) ;; ;; (include "common_records.scm") |
︙ |