X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=usql%2Fmetaclasses.lisp;h=60679fb409eb08d062beb0ccb8acc5ac1520af5d;hb=39d3fefaebf35a19a211d1ab6552d7ff54faccd2;hp=fb05188464769f0e1e7fa27e9c46108763faf161;hpb=9dd97b8754afa3ff7b3a5d63ee8635fb6734e121;p=clsql.git diff --git a/usql/metaclasses.lisp b/usql/metaclasses.lisp index fb05188..60679fb 100644 --- a/usql/metaclasses.lisp +++ b/usql/metaclasses.lisp @@ -494,7 +494,9 @@ all NULL values retrieved are converted by DATABASE-NULL-VALUE") (view-class-slot-db-info sd))))) ;; all other slots (t - (change-class slotd 'view-class-effective-slot-definition) + (change-class slotd 'view-class-effective-slot-definition + #+allegro :name + #+allegro (slot-definition-name sd)) (setf (slot-value slotd 'column) (column-name-from-arg (sql-escape (slot-definition-name sd))))