aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/mysql.sml
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adam@chlipala.net>2012-11-30 09:50:00 -0500
committerGravatar Adam Chlipala <adam@chlipala.net>2012-11-30 09:50:00 -0500
commit89be6e97ad713323aaf23f866a7fe08303e7180f (patch)
tree29698fd52bc17d2863f259f785f28699e1e20418 /src/mysql.sml
parent9d38076e9a1dc49faec13596a2f707269c2a0ad7 (diff)
Fix generation of timestamp literals for MySQL and SQLite
Diffstat (limited to 'src/mysql.sml')
-rw-r--r--src/mysql.sml2
1 files changed, 2 insertions, 0 deletions
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 = \"\";",