aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/sqlite.sml
diff options
context:
space:
mode:
Diffstat (limited to 'src/sqlite.sml')
-rw-r--r--src/sqlite.sml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sqlite.sml b/src/sqlite.sml
index 4ec64788..09c4c683 100644
--- a/src/sqlite.sml
+++ b/src/sqlite.sml
@@ -160,7 +160,7 @@ fun init {dbstring, prepared = ss, tables, views, sequences} =
newline,
box [string "uw_sqlfmtInt = \"%lld%n\";",
newline,
- string "uw_sqlfmtFloat = \"%g%n\";",
+ string "uw_sqlfmtFloat = \"%.16g%n\";",
newline,
string "uw_Estrings = 0;",
newline,