From 8792a4b892de36b894b44c61e6a991efd9fbe2dc Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Fri, 17 Jul 2009 17:03:37 -0400 Subject: Most of demo working with SQLite --- src/postgres.sml | 1 + 1 file changed, 1 insertion(+) (limited to 'src/postgres.sml') diff --git a/src/postgres.sml b/src/postgres.sml index a178f086..f82b567d 100644 --- a/src/postgres.sml +++ b/src/postgres.sml @@ -890,6 +890,7 @@ val () = addDbms {name = "postgres", p_cast = p_cast, p_blank = p_blank, supportsDeleteAs = true, + supportsUpdateAs = true, createSequence = fn s => "CREATE SEQUENCE " ^ s, textKeysNeedLengths = false, supportsNextval = true, -- cgit v1.2.3