r9199: fold clsql-base and clsql-base-sys into clsql-base
[clsql.git] / tests / test-fddl.lisp
index d047b3f807ab1a76a92c7d5a6cf0532caec80428..0dc053b1307210b3e005f85c26b3039091b15669 100644 (file)
   t nil)
   
   ;; create a view, list its attributes and drop it 
-(when (clsql-base-sys:db-type-has-views? *test-database-underlying-type*)
+(when (clsql-base:db-type-has-views? *test-database-underlying-type*)
   (deftest :fddl/view/2
       (progn (clsql:create-view [lenins-group]
                                :as [select [first-name] [last-name] [email]