diff src/postgres.sml @ 890:034eeb099564

Blobs tested in MySQL and SQLite
author Adam Chlipala <adamc@hcoop.net>
date Sat, 18 Jul 2009 10:27:32 -0400
parents 5805fa825fe8
children 38a376dc7401
line wrap: on
line diff
--- a/src/postgres.sml	Fri Jul 17 18:13:02 2009 -0400
+++ b/src/postgres.sml	Sat Jul 18 10:27:32 2009 -0400
@@ -895,7 +895,8 @@
                   textKeysNeedLengths = false,
                   supportsNextval = true,
                   supportsNestedPrepared = true,
-                  sqlPrefix = ""}
+                  sqlPrefix = "",
+                  supportsOctetLength = true}
 
 val () = setDbms "postgres"