Mercurial > urweb
diff src/mysql.sml @ 1014:ea9f03ac2710
Chars working with SQLite
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Thu, 22 Oct 2009 17:36:30 -0400 |
parents | d9483301ff0e |
children | b2311dfb3158 |
line wrap: on
line diff
--- a/src/mysql.sml Thu Oct 22 17:04:37 2009 -0400 +++ b/src/mysql.sml Thu Oct 22 17:36:30 2009 -0400 @@ -1539,6 +1539,8 @@ supportsNextval = false, supportsNestedPrepared = false, sqlPrefix = "SET storage_engine=InnoDB;\n\n", - supportsOctetLength = true} + supportsOctetLength = true, + trueString = "TRUE", + falseString = "FALSE"} end