Treat numbers as paramterized values to fix issues with NaN, Infinity, and -Infinity.
This commit is contained in:
parent
6bb6c2eaac
commit
3ec65bd198
1 changed files with 0 additions and 2 deletions
|
|
@ -290,8 +290,6 @@
|
||||||
(quote-identifier x))))
|
(quote-identifier x))))
|
||||||
clojure.lang.Symbol
|
clojure.lang.Symbol
|
||||||
(to-sql [x] (quote-identifier x))
|
(to-sql [x] (quote-identifier x))
|
||||||
java.lang.Number
|
|
||||||
(to-sql [x] (str x))
|
|
||||||
java.lang.Boolean
|
java.lang.Boolean
|
||||||
(to-sql [x]
|
(to-sql [x]
|
||||||
(if x "TRUE" "FALSE"))
|
(if x "TRUE" "FALSE"))
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue