X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=base%2Fpackage.lisp;h=7f57eabdccbd5ef7e68901ccd83c2309c19488dd;hb=3ec4277531c7c19b1cffade823d3e2e3f928ceb3;hp=daea90f55082e0284549a37f7167d918eb0592c7;hpb=db9892632e6eb7869aea7a94c16b523a82de1501;p=clsql.git diff --git a/base/package.lisp b/base/package.lisp index daea90f..7f57eab 100644 --- a/base/package.lisp +++ b/base/package.lisp @@ -45,7 +45,8 @@ #:database-probe #:database-list #:database-describe-table - + #:database-underlying-type + #:database-list-tables #:database-list-attributes #:database-attribute-type @@ -285,6 +286,9 @@ #:transaction-level #:transaction + ;; Database features specialized by backend + #:db-use-column-on-drop-index? + )) (:documentation "This is the INTERNAL SQL-Interface package of CLSQL-BASE."))