From: Kevin M. Rosenberg Date: Sat, 1 May 2004 01:26:00 +0000 (+0000) Subject: r9182: add missing extra-slot-option X-Git-Tag: v3.8.6~571 X-Git-Url: http://git.kpe.io/?p=clsql.git;a=commitdiff_plain;h=749f294e457f124cac7b1a6adf2764fbf3b0a849 r9182: add missing extra-slot-option --- diff --git a/sql/metaclasses.lisp b/sql/metaclasses.lisp index aafd3f4..95b9c11 100644 --- a/sql/metaclasses.lisp +++ b/sql/metaclasses.lisp @@ -56,7 +56,7 @@ ;;; Lispworks 4.2 and before requires special processing of extra slot and class options -(defconstant +extra-slot-options+ '(:column :db-kind :db-reader :nulls-ok +(defconstant +extra-slot-options+ '(:column :db-kind :db-reader :nulls-ok :db-constraints :db-writer :db-type :db-info)) (defconstant +extra-class-options+ '(:base-table))