Always use our sql-quoting-style.
This commit is contained in:
parent
cff49b6df5
commit
cf96bf1888
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@
|
|||
(def sql-quoting-style :ansi)
|
||||
|
||||
(defn format [args]
|
||||
(honeysql.core/format args :quoting :ansi))
|
||||
(honeysql.core/format args :quoting sql-quoting-style))
|
||||
|
||||
(defprotocol ISQLiteConnection
|
||||
(-execute!
|
||||
|
|
Loading…
Reference in a new issue