X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=sql%2Fsyntax.lisp;h=371f046614ebe338a2d1325c4760968f184b2835;hb=913477a11d2258f8fe87ff5b390c8904d17d66fe;hp=bf3ce15484487696cd7e8fb1d6e4b5da5aa4fab1;hpb=73cf858d596ad1d51c745b478292433617cf9d72;p=clsql.git diff --git a/sql/syntax.lisp b/sql/syntax.lisp index bf3ce15..371f046 100644 --- a/sql/syntax.lisp +++ b/sql/syntax.lisp @@ -158,7 +158,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)