Mercurial > urweb
diff 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 |
line wrap: on
line diff
--- a/src/settings.sml Tue Jun 30 15:59:41 2009 -0400 +++ b/src/settings.sml Tue Jun 30 16:17:32 2009 -0400 @@ -318,6 +318,7 @@ init : {dbstring : string, prepared : (string * int) list, tables : (string * (string * sql_type) list) list, + views : (string * (string * sql_type) list) list, sequences : string list} -> Print.PD.pp_desc, query : {loc : ErrorMsg.span, numCols : int, doCols : ({wontLeakStrings : bool, col : int, typ : sql_type} -> Print.PD.pp_desc)