r9119: Automated commit for Debian build of clsql upstream-version-2.9.2
[clsql.git] / base / package.lisp
index 7f57eabdccbd5ef7e68901ccd83c2309c19488dd..5d460b87c670afe6c52280ed49d164e482a11efb 100644 (file)
         #: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-backend-has-create/destroy-db?
+        #:db-type-transaction-capable?
         ))
     (:documentation "This is the INTERNAL SQL-Interface package of CLSQL-BASE."))