diff src/postgres.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/postgres.sml	Fri Jul 17 16:29:36 2009 -0400
+++ b/src/postgres.sml	Fri Jul 17 17:03:37 2009 -0400
@@ -890,6 +890,7 @@
                   p_cast = p_cast,
                   p_blank = p_blank,
                   supportsDeleteAs = true,
+                  supportsUpdateAs = true,
                   createSequence = fn s => "CREATE SEQUENCE " ^ s,
                   textKeysNeedLengths = false,
                   supportsNextval = true,