X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=sql%2Foperations.lisp;h=177acbd1de39beb274ac96e31a73b328711bcfb1;hb=8972490fe6f9453c5b70dae4fb1141cf9a67f0db;hp=08f7fdf7dd784ac4ab823d55220a8adb8bac3a5a;hpb=967266c94b00f91e5967b8330fe2b9134b0c0447;p=clsql.git diff --git a/sql/operations.lisp b/sql/operations.lisp index 08f7fdf..177acbd 100644 --- a/sql/operations.lisp +++ b/sql/operations.lisp @@ -12,7 +12,7 @@ ;;;; (http://opensource.franz.com/preamble.html), also known as the LLGPL. ;;;; ************************************************************************* -(in-package #:clsql-sys) +(in-package #:clsql) ;; Keep a hashtable for mapping symbols to sql generator functions, ;; for use by the bracketed reader syntax. @@ -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))))