r9137: add defgenerics
[clsql.git] / sql / classes.lisp
index c2cd651317291031fb6b82fcc59646db951bc6d0..c6cf764ab9debdfea53a8c2494aa77883702f92d 100644 (file)
@@ -432,7 +432,7 @@ uninclusive, and the args from that keyword to the end."
                 (subseq select-args first-key-arg))
         select-args)))
 
-(defmethod make-query (&rest args)
+(defun make-query (&rest args)
   (multiple-value-bind (selections arglist)
       (query-get-selections args)
     (destructuring-bind (&key all flatp set-operation distinct from where