r9129: case fixes
[clsql.git] / base / package.lisp
index 7f57eabdccbd5ef7e68901ccd83c2309c19488dd..d78b6ab3457aded7ff73688291bb04563f3fde36 100644 (file)
         #:format-duration
         #:format-time
         #:get-time
+        #:utime->time
         #:interval-clear
         #:interval-contained
         #:interval-data
         #:transaction
 
         ;; Database features specialized by backend
-        #:db-use-column-on-drop-index?
-        
+        #:db-type-use-column-on-drop-index?
+        #:db-type-has-views?
+        #:db-type-has-subqueries?
+        #:db-type-has-boolean-where?
+        #:db-type-has-fancy-math?
+        #:db-backend-has-create/destroy-db?
+        #:db-type-transaction-capable?
         ))
     (:documentation "This is the INTERNAL SQL-Interface package of CLSQL-BASE."))