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/mysql.sml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/mysql.sml') diff --git a/src/mysql.sml b/src/mysql.sml index 1a641d57..999a9ea3 100644 --- a/src/mysql.sml +++ b/src/mysql.sml @@ -389,6 +389,8 @@ fun init {dbstring, prepared = ss, tables, views, sequences} = newline, string "uw_Estrings = 0;", newline, + string "uw_sql_type_annotations = 0;", + newline, string "uw_sqlsuffixString = \"\";", newline, string "uw_sqlsuffixChar = \"\";", -- cgit v1.2.3