revert "keywords as strings", its a hindrance more than a help and is philosophically stupid too (keywords are symbols)

This commit is contained in:
septeql
2009-08-13 14:08:00 +00:00
parent 6a90313924
commit 3052e99ab5

View File

@@ -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