diff --git a/src/honeysql/format.clj b/src/honeysql/format.clj index 79efdc3..974819d 100644 --- a/src/honeysql/format.clj +++ b/src/honeysql/format.clj @@ -290,8 +290,6 @@ (quote-identifier x)))) clojure.lang.Symbol (to-sql [x] (quote-identifier x)) - java.lang.Number - (to-sql [x] (str x)) java.lang.Boolean (to-sql [x] (if x "TRUE" "FALSE"))