diff src/cjr.sml @ 704:70cbdcf5989b

UNIQUE constraints
author Adam Chlipala <adamc@hcoop.net>
date Tue, 07 Apr 2009 12:24:31 -0400
parents 655bcc9b77e0
children d8217b4cb617
line wrap: on
line diff
--- a/src/cjr.sml	Sun Apr 05 16:17:32 2009 -0400
+++ b/src/cjr.sml	Tue Apr 07 12:24:31 2009 -0400
@@ -104,7 +104,7 @@
        | DFun of string * int * (string * typ) list * typ * exp
        | DFunRec of (string * int * (string * typ) list * typ * exp) list
 
-       | DTable of string * (string * typ) list
+       | DTable of string * (string * typ) list * (string * string) list
        | DSequence of string
        | DDatabase of {name : string, expunge : int, initialize : int}
        | DPreparedStatements of (string * int) list