X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=base%2Fpackage.lisp;h=5d460b87c670afe6c52280ed49d164e482a11efb;hb=23b76563b25a517ad20f29d6dc5a65c8b958a042;hp=7f57eabdccbd5ef7e68901ccd83c2309c19488dd;hpb=3ec4277531c7c19b1cffade823d3e2e3f928ceb3;p=clsql.git diff --git a/base/package.lisp b/base/package.lisp index 7f57eab..5d460b8 100644 --- a/base/package.lisp +++ b/base/package.lisp @@ -287,8 +287,12 @@ #: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."))