X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=base%2Fpackage.lisp;h=56cdd57a5b9e9416731ecb304e54b4370eeffb3d;hb=f716bb1161cf9e89a96945c4a444244f9d303691;hp=7f57eabdccbd5ef7e68901ccd83c2309c19488dd;hpb=3ec4277531c7c19b1cffade823d3e2e3f928ceb3;p=clsql.git diff --git a/base/package.lisp b/base/package.lisp index 7f57eab..56cdd57 100644 --- a/base/package.lisp +++ b/base/package.lisp @@ -62,7 +62,6 @@ #:database-list-table-indexes #:database-list-views - ;; Large objects (Marc B) #:database-create-large-object #:database-write-large-object @@ -80,7 +79,10 @@ #:make-process-lock #:with-process-lock #:command-output - + #:symbol-name-default-case + #:convert-to-db-default-case + #:ensure-keyword + ;; Shared exports for re-export by CLSQL-BASE . #1=(#:clsql-condition @@ -144,7 +146,8 @@ #:view-classes #:database-type #:database-state - + #:attribute-cache + ;; utils.lisp #:number-to-sql-string #:float-to-sql-string @@ -178,6 +181,7 @@ #:format-duration #:format-time #:get-time + #:utime->time #:interval-clear #:interval-contained #:interval-data @@ -287,8 +291,14 @@ #: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-type-default-case + #:db-backend-has-create/destroy-db? + #:db-type-transaction-capable? )) (:documentation "This is the INTERNAL SQL-Interface package of CLSQL-BASE."))