X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=sql%2Foperations.lisp;fp=sql%2Foperations.lisp;h=08f7fdf7dd784ac4ab823d55220a8adb8bac3a5a;hp=5c0438473cbde8db77b8636556ae8a7b2caed25b;hb=967266c94b00f91e5967b8330fe2b9134b0c0447;hpb=cc92d162f24648d65ad872098353305a5baf91d7 diff --git a/sql/operations.lisp b/sql/operations.lisp index 5c04384..08f7fdf 100644 --- a/sql/operations.lisp +++ b/sql/operations.lisp @@ -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 (clsql-base-sys:symbol-name-default-case symbol) ',function) *sql-op-table*) ',function))))