Hi Brit,

So far I don't have any issues except the

(defmethod class-id-slot-name ((class dao-class))
  ;; Returns a list of the column names which compose the primary key.
  (dao-keys class))

For some reason I have to put (car (dao-keys class)) because in my
case class-id-slot-name assumes that the data it gets is actually an
list of objects and not the object itself. I'll try to understand why,
because I guess that you don't have that issue.

-- 
You received this message because you are subscribed to the Google Groups 
"weblocks" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/weblocks?hl=en.

Reply via email to