r9123: test & capability updates
[clsql.git] / sql / package.lisp
index 302bc428c195fa690397d8d318d8ea1b8df87301..76fbe5f81373dcaf6eeea0288b9a385b71b92371 100644 (file)
        #:database-commit-transaction
        #:transaction-level
        #:transaction
+       
+       ;; Database capabilities
+       #:db-type-use-column-on-drop-index?
+       #:db-backend-has-create/destroy-db?
+       #:db-type-has-views?
+       #:db-type-has-subqueries?
+       #:db-type-has-boolean-where?
+       #:db-type-transaction-capable?
+       #:db-type-has-fancy-math?
+       #:database-underlying-type
        ))
    (:export
     ;; "Private" exports for use by interface packages
     #:database-list-attributes
     #:database-attribute-type
     #:database-describe-table
+
+    #:db-backend-has-create/destroy-db?
+    #:db-type-has-views?
+    #:db-type-has-subqueries?
+    #:db-type-has-boolean-where?
+    #:db-type-transaction-capable?
+    #:db-type-has-fancy-math?
+    #:database-underlying-type
    
    .
    ;; Shared exports for re-export by CLSQL.