comparison src/mono.sml @ 2255:8428c534913a

Use new refactored urlification in Sqlcache.
author Ziv Scully <ziv@mit.edu>
date Mon, 21 Sep 2015 16:45:59 -0400
parents e843a04499d4
children
comparison
equal deleted inserted replaced
2254:44ae2254f8fb 2255:8428c534913a
105 | EQuery of { exps : (string * typ) list, (* name of computed field, type of field*) 105 | EQuery of { exps : (string * typ) list, (* name of computed field, type of field*)
106 tables : (string * (string * typ) list) list, 106 tables : (string * (string * typ) list) list,
107 state : typ, 107 state : typ,
108 query : exp, (* exp of string type containing sql query *) 108 query : exp, (* exp of string type containing sql query *)
109 body : exp, 109 body : exp,
110 initial : exp, 110 initial : exp }
111 sqlcacheInfo : exp }
112 | EDml of exp * failure_mode 111 | EDml of exp * failure_mode
113 | ENextval of exp 112 | ENextval of exp
114 | ESetval of exp * exp 113 | ESetval of exp * exp
115 114
116 | EUnurlify of exp * typ * bool 115 | EUnurlify of exp * typ * bool