From 89be6e97ad713323aaf23f866a7fe08303e7180f Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Fri, 30 Nov 2012 09:50:00 -0500 Subject: Fix generation of timestamp literals for MySQL and SQLite --- src/postgres.sml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/postgres.sml') diff --git a/src/postgres.sml b/src/postgres.sml index e555c565..ce7a78dd 100644 --- a/src/postgres.sml +++ b/src/postgres.sml @@ -380,6 +380,8 @@ fun init {dbstring, prepared = ss, tables, views, sequences} = newline, string "uw_Estrings = 1;", newline, + string "uw_sql_type_annotations = 1;", + newline, string "uw_sqlsuffixString = \"::text\";", newline, string "uw_sqlsuffixChar = \"::char\";", -- cgit v1.2.3