comparison src/sql.sig @ 2213:365727ff68f4

Complete overhaul: cache queries based on immediate query result, not eventual HTML output.
author Ziv Scully <ziv@mit.edu>
date Tue, 14 Oct 2014 18:05:09 -0400
parents 388ba4dc7c96
children 639e62ca2530
comparison
equal deleted inserted replaced
2212:388ba4dc7c96 2213:365727ff68f4
1 signature SQL = sig 1 signature SQL = sig
2 2
3 val debug : bool ref 3 val debug : bool ref
4
5 val sqlcacheMode : bool ref
4 6
5 type lvar = int 7 type lvar = int
6 8
7 datatype func = 9 datatype func =
8 DtCon0 of string 10 DtCon0 of string