X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=sql%2Fpackage.lisp;h=4c82b0aae4dc683e64d3e8d0c6918a1664a63a50;hp=8351ef3e147a2dd25c5d6da1aad02bbd983ab853;hb=f6ab1b1e5f2cac1257f2a37de4260840c3204d51;hpb=2961f4f122593e9d4875e88e6af159de28c8dd47 diff --git a/sql/package.lisp b/sql/package.lisp index 8351ef3..4c82b0a 100644 --- a/sql/package.lisp +++ b/sql/package.lisp @@ -110,6 +110,7 @@ #:database-type-load-foreign #:database-connect #:database-disconnect + #:database-reconnect #:database-query #:database-execute-command #:database-create-sequence @@ -149,6 +150,9 @@ #:db-type-has-fancy-math? #:db-type-default-case #:db-type-use-column-on-drop-index? + #:db-type-use-fully-qualified-column-on-drop-index? + #:db-type-has-intersect? + #:db-type-has-except? #:database-underlying-type #:database-get-type-specifier #:read-sql-value @@ -225,6 +229,10 @@ ;; Shared exports for re-export by CLSQL package. #1=( + ;; foreign library loading + #:*foreign-library-search-paths* + #:push-library-path + ;; Condition system (conditions.lisp) #:sql-user-error #:sql-database-error @@ -352,6 +360,7 @@ #:bigint #:varchar #:generalized-boolean + #:mediumint #:smallint #:tinyint #:*default-string-length* @@ -445,8 +454,10 @@ #:current-year #:day-duration #:db-timestring + #:db-datestring #:decode-duration #:decode-time + #:decode-date #:duration #:duration+ #:duration< @@ -465,7 +476,9 @@ #:extract-roman #:format-duration #:format-time + #:format-date #:get-time + #:get-date #:utime->time #:interval-clear #:interval-contained @@ -480,11 +493,13 @@ #:make-duration #:make-interval #:make-time + #:make-date #:merged-time #:midnight #:month-name #:parse-date-time #:parse-timestring + #:parse-datestring #:parse-yearstring #:print-date #:roll @@ -510,6 +525,23 @@ #:time= #:time> #:time>= + #:date + #:date+ + #:date- + #:date-difference + #:date-compare + #:date-dow + #:date-element + #:date-max + #:date-min + #:date-mjd + #:date-p + #:date-ymd + #:date< + #:date<= + #:date= + #:date> + #:date>= #:timezone #:universal-time #:wall-time