diff src/settings.sig @ 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 8f2159040bbb
line wrap: on
line diff
--- a/src/settings.sig	Fri Jul 17 18:13:02 2009 -0400
+++ b/src/settings.sig	Sat Jul 18 10:27:32 2009 -0400
@@ -155,7 +155,8 @@
          textKeysNeedLengths : bool,
          supportsNextval : bool,
          supportsNestedPrepared : bool,
-         sqlPrefix : string
+         sqlPrefix : string,
+         supportsOctetLength : bool
     }
 
     val addDbms : dbms -> unit