X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=base%2Fpackage.lisp;h=f57ea7e38835b55503a5983fe3f47326c38b0cc5;hb=967266c94b00f91e5967b8330fe2b9134b0c0447;hp=5d460b87c670afe6c52280ed49d164e482a11efb;hpb=23b76563b25a517ad20f29d6dc5a65c8b958a042;p=clsql.git diff --git a/base/package.lisp b/base/package.lisp index 5d460b8..f57ea7e 100644 --- a/base/package.lisp +++ b/base/package.lisp @@ -80,7 +80,9 @@ #:make-process-lock #:with-process-lock #:command-output - + #:symbol-name-default-case + #:convert-to-db-default-case + ;; Shared exports for re-export by CLSQL-BASE . #1=(#:clsql-condition @@ -178,6 +180,7 @@ #:format-duration #:format-time #:get-time + #:utime->time #:interval-clear #:interval-contained #:interval-data @@ -291,6 +294,8 @@ #: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? ))