Mercurial > urweb
comparison src/settings.sml @ 872:9654bce27cff
Validating views
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Tue, 30 Jun 2009 16:17:32 -0400 |
parents | 7fa9a37a34b3 |
children | 41971801b62d |
comparison
equal
deleted
inserted
replaced
871:3ae6b655ced0 | 872:9654bce27cff |
---|---|
316 link : string, | 316 link : string, |
317 global_init : Print.PD.pp_desc, | 317 global_init : Print.PD.pp_desc, |
318 init : {dbstring : string, | 318 init : {dbstring : string, |
319 prepared : (string * int) list, | 319 prepared : (string * int) list, |
320 tables : (string * (string * sql_type) list) list, | 320 tables : (string * (string * sql_type) list) list, |
321 views : (string * (string * sql_type) list) list, | |
321 sequences : string list} -> Print.PD.pp_desc, | 322 sequences : string list} -> Print.PD.pp_desc, |
322 query : {loc : ErrorMsg.span, numCols : int, | 323 query : {loc : ErrorMsg.span, numCols : int, |
323 doCols : ({wontLeakStrings : bool, col : int, typ : sql_type} -> Print.PD.pp_desc) | 324 doCols : ({wontLeakStrings : bool, col : int, typ : sql_type} -> Print.PD.pp_desc) |
324 -> Print.PD.pp_desc} | 325 -> Print.PD.pp_desc} |
325 -> Print.PD.pp_desc, | 326 -> Print.PD.pp_desc, |