comparison src/sources @ 2209:0ca11d57c175

Cleans up interface (it's now a command line option) and renames project to "sqlcache" in the all-one-word style. Still has issues to do with concurrency, retrying transactions, and foreign function calls that either rely on state or have side effects.
author Ziv Scully <ziv@mit.edu>
date Sat, 31 May 2014 03:08:16 -0400
parents 01c8aceac480
children ef766ef6e242
comparison
equal deleted inserted replaced
2208:cb74460f046a 2209:0ca11d57c175
187 $(SRC)/fuse.sml 187 $(SRC)/fuse.sml
188 188
189 $(SRC)/sql.sig 189 $(SRC)/sql.sig
190 $(SRC)/sql.sml 190 $(SRC)/sql.sml
191 191
192 $(SRC)/multimap_fn.sml
193
194 $(SRC)/sql_cache.sml
195
196 $(SRC)/iflow.sig 192 $(SRC)/iflow.sig
197 $(SRC)/iflow.sml 193 $(SRC)/iflow.sml
198 194
199 $(SRC)/name_js.sig 195 $(SRC)/name_js.sig
200 $(SRC)/name_js.sml 196 $(SRC)/name_js.sml
209 $(SRC)/sidecheck.sml 205 $(SRC)/sidecheck.sml
210 206
211 $(SRC)/sigcheck.sig 207 $(SRC)/sigcheck.sig
212 $(SRC)/sigcheck.sml 208 $(SRC)/sigcheck.sml
213 209
210 $(SRC)/multimap_fn.sml
211
212 $(SRC)/sqlcache.sig
213 $(SRC)/sqlcache.sml
214
214 $(SRC)/cjr.sml 215 $(SRC)/cjr.sml
215 216
216 $(SRC)/postgres.sig 217 $(SRC)/postgres.sig
217 $(SRC)/postgres.sml 218 $(SRC)/postgres.sml
218 219