Mercurial > urweb
diff src/postgres.sml @ 1014:ea9f03ac2710
Chars working with SQLite
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Thu, 22 Oct 2009 17:36:30 -0400 |
parents | 16f7cb0891b6 |
children | b2311dfb3158 |
line wrap: on
line diff
--- a/src/postgres.sml Thu Oct 22 17:04:37 2009 -0400 +++ b/src/postgres.sml Thu Oct 22 17:36:30 2009 -0400 @@ -902,7 +902,9 @@ supportsNextval = true, supportsNestedPrepared = true, sqlPrefix = "", - supportsOctetLength = true} + supportsOctetLength = true, + trueString = "TRUE", + falseString = "FALSE"} val () = setDbms "postgres"