r10075: * sql/metaclass.lisp: Rework CLISP MOP handling
[clsql.git] / sql / ooddl.lisp
index 3ec173a40576e7534e8145d67791322ef7824660..fe201eb4c8e71a8318c225cdc9c87c2ee813ff53 100644 (file)
     :db-kind :virtual))
   (:metaclass standard-db-class)
   (:documentation "Superclass for all CLSQL View Classes."))
     :db-kind :virtual))
   (:metaclass standard-db-class)
   (:documentation "Superclass for all CLSQL View Classes."))
+#+clisp
+(eval-when (:compile-toplevel :load-toplevel :execute)
+  (make-instance 'standard-db-object)
+  (finalize-inheritance (find-class 'standard-db-object)))
 
 (defparameter *default-string-length* 255
   "The length of a string which does not have a user-specified length.")
 
 (defparameter *default-string-length* 255
   "The length of a string which does not have a user-specified length.")