revert "keywords as strings", its a hindrance more than a help and is philosophically stupid too (keywords are symbols)
This commit is contained in:
@@ -47,7 +47,7 @@ interpolated into a SQL statement as a string literal"
|
||||
(real (format nil "~S" (coerce expr 'single-float)))
|
||||
(null "NULL")
|
||||
(boolean "TRUE")
|
||||
(keyword (lisp-to-sql-string (string expr)))
|
||||
; (keyword (lisp-to-sql-string (string expr)))
|
||||
(symbol (lisp-to-sql-name expr))
|
||||
(cons
|
||||
(destructuring-bind (op &rest args) expr
|
||||
|
||||
Reference in New Issue
Block a user