X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=sql%2Foperations.lisp;fp=sql%2Foperations.lisp;h=990ed34bd0b45a070feeafe771fa47d1f3f15d55;hp=08f7fdf7dd784ac4ab823d55220a8adb8bac3a5a;hb=9a70270bf9a1d60323ded33ce52bd0904544c70b;hpb=813ae0f6f92e4b9dfac48528d64a6ae8b229d3a1 diff --git a/sql/operations.lisp b/sql/operations.lisp index 08f7fdf..990ed34 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 (clsql-base-sys:symbol-name-default-case symbol) ',function) + (setf (gethash (if symbol (symbol-name-default-case symbol) ',function) *sql-op-table*) ',function))))