r9336: 12 May 2004 Kevin Rosenberg (kevin@rosenberg.net)
[clsql.git] / sql / syntax.lisp
index bf3ce15484487696cd7e8fb1d6e4b5da5aa4fab1..5a713d0f20d6a4c6e75b41dbfafae8212e1abe5f 100644 (file)
@@ -14,7 +14,6 @@
 ;;;; (http://opensource.franz.com/preamble.html), also known as the LLGPL.
 ;;;; *************************************************************************
 
-
 (in-package #:clsql-sys)
 
 (defvar *original-reader-enter* nil)
@@ -158,7 +157,7 @@ attribute and type."
 for the operator."
   (typecase operation
     (string nil)
-    (symbol (gethash (string-upcase (symbol-name operation))
+    (symbol (gethash (symbol-name-default-case (symbol-name operation))
                      *sql-op-table*))))
 
 (defun sql-operation (operation &rest rest)