r9220: Added type specifier for universal-time.
[clsql.git] / sql / operations.lisp
index 5c0438473cbde8db77b8636556ae8a7b2caed25b..990ed34bd0b45a070feeafe771fa47d1f3f15d55 100644 (file)
@@ -26,7 +26,7 @@
   `(progn
      (defun ,function ,@body)
      (let ((symbol (cadr (member :symbol ',definition-keys))))
-       (setf (gethash (if symbol (string-upcase symbol) ',function)
+       (setf (gethash (if symbol (symbol-name-default-case symbol) ',function)
                      *sql-op-table*)
             ',function))))