diff --git a/src/honeysql/format.clj b/src/honeysql/format.clj index 590bfc7..1fae10b 100644 --- a/src/honeysql/format.clj +++ b/src/honeysql/format.clj @@ -303,7 +303,7 @@ " AS " " ") (if (string? (second x)) - (quote-identifier (second x)) + (quote-identifier (second x) :split false) (to-sql (second x)))))) SqlCall (to-sql [x]