summaryrefslogtreecommitdiff
path: root/src/postgres.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/postgres.sml
parent9d38076e9a1dc49faec13596a2f707269c2a0ad7 (diff)
Fix generation of timestamp literals for MySQL and SQLite
Diffstat (limited to 'src/postgres.sml')
-rw-r--r--src/postgres.sml2
1 files changed, 2 insertions, 0 deletions
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\";",