Mercurial > urweb
diff src/postgres.sml @ 1834:690638bd9fef
Fix generation of timestamp literals for MySQL and SQLite
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Fri, 30 Nov 2012 09:50:00 -0500 |
parents | 59b07fdae1ff |
children | e2345c438f08 |
line wrap: on
line diff
--- a/src/postgres.sml Wed Nov 28 16:56:45 2012 -0500 +++ b/src/postgres.sml Fri Nov 30 09:50:00 2012 -0500 @@ -380,6 +380,8 @@ newline, string "uw_Estrings = 1;", newline, + string "uw_sql_type_annotations = 1;", + newline, string "uw_sqlsuffixString = \"::text\";", newline, string "uw_sqlsuffixChar = \"::char\";",