Mercurial > urweb
diff src/settings.sig @ 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.sig Fri Jul 17 16:29:36 2009 -0400 +++ b/src/settings.sig Fri Jul 17 17:03:37 2009 -0400 @@ -150,6 +150,7 @@ p_cast : string * sql_type -> string, p_blank : int * sql_type -> string (* Prepared statement input *), supportsDeleteAs : bool, + supportsUpdateAs : bool, createSequence : string -> string, textKeysNeedLengths : bool, supportsNextval : bool,