From 1f6e9151fd2e71882fa23c66aae4aae54a97c067 Mon Sep 17 00:00:00 2001 From: Jon Doane Date: Sun, 11 Oct 2015 11:03:03 -0400 Subject: [PATCH] Updated default for allowing dashes. --- src/honeysql/format.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/honeysql/format.clj b/src/honeysql/format.clj index d17565e..5b01834 100644 --- a/src/honeysql/format.clj +++ b/src/honeysql/format.clj @@ -38,7 +38,7 @@ (def ^:dynamic *subquery?* false) -(def ^:dynamic *allow-dashed-names?* true) +(def ^:dynamic *allow-dashed-names?* false) (def ^:private quote-fns {:ansi #(str \" % \")