diff src/settings.sml @ 886:5805fa825fe8

Most of demo working with SQLite
author Adam Chlipala <adamc@hcoop.net>
date Fri, 17 Jul 2009 17:03:37 -0400
parents 9c1b7e46eed2
children 034eeb099564
line wrap: on
line diff
--- a/src/settings.sml	Fri Jul 17 16:29:36 2009 -0400
+++ b/src/settings.sml	Fri Jul 17 17:03:37 2009 -0400
@@ -340,6 +340,7 @@
      p_cast : string * sql_type -> string,
      p_blank : int * sql_type -> string,
      supportsDeleteAs : bool,
+     supportsUpdateAs : bool,
      createSequence : string -> string,
      textKeysNeedLengths : bool,
      supportsNextval : bool,
@@ -363,6 +364,7 @@
                   p_cast = fn _ => "",
                   p_blank = fn _ => "",
                   supportsDeleteAs = false,
+                  supportsUpdateAs = false,
                   createSequence = fn _ => "",
                   textKeysNeedLengths = false,
                   supportsNextval = false,