X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=sql%2Fooddl.lisp;h=fe201eb4c8e71a8318c225cdc9c87c2ee813ff53;hp=3ec173a40576e7534e8145d67791322ef7824660;hb=e15b72fefebeee46a83d357db2813031edcc6fbd;hpb=4953933acb0e3349254ddfe6b1af6cc903cb5ce3 diff --git a/sql/ooddl.lisp b/sql/ooddl.lisp index 3ec173a..fe201eb 100644 --- a/sql/ooddl.lisp +++ b/sql/ooddl.lisp @@ -20,6 +20,10 @@ :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.")