r8824: allegro and lispwork fixes
[clsql.git] / usql-tests / test-init.lisp
index 3076a21d0d11ef4b469a5d9592f1c64476c83416..0300371fc11b2a1745626fd6e6d5e86305401f8d 100644 (file)
@@ -29,7 +29,7 @@
            :initarg :height)
    (married :db-kind :base :accessor married :type boolean :nulls-ok t
             :initarg :married)
-   (birthday :nulls-ok t :type wall-time :initarg :birthday)
+   (birthday :nulls-ok t :type clsql-base:wall-time :initarg :birthday)
    (hobby :db-kind :virtual :initarg :hobby :initform nil)))
   
 (def-view-class employee (person)