r9088: Automated commit for Debian build of clsql upstream-version-2.8.0
[clsql.git] / base / package.lisp
index 5eadf6583a26180bb5bf16a1c40ad2c81254b2fd..03d15444f8aa0f26c7a2100e1c95e6e9da41d7f0 100644 (file)
@@ -43,6 +43,7 @@
      #:database-create
      #:database-destroy
      #:database-probe
+     #:database-list
      #:database-describe-table
      
      #:database-list-tables
      #:with-process-lock
      #:connection-spec
      #:ensure-keyword
-     
+
+     ;; utils.lisp
+     #:without-interrupts
+     #:make-process-lock
+     #:with-process-lock
+     #:command-output
+
      ;; Shared exports for re-export by CLSQL-BASE
      .
      #1=(#:clsql-condition
         #:clsql-closed-error-database
          #:clsql-sql-syntax-error
          #:clsql-type-error
-         
+         #:clsql-odbc-error
+        #:clsql-odbc-error-message
+        
         #:*loaded-database-types*
         #:reload-database-types
         #:*default-database-type*
         #:wall-time
         #:wall-timestring
         #:week-containing
-
+        #:gregorian-to-mjd
+        #:mjd-to-gregorian
+        x
         ;; recording.lisp -- SQL I/O Recording 
         #:record-sql-action
         #:add-sql-stream                 ; recording  xx
         #:create-database
         #:destroy-database
         #:probe-database
+        #:list-databases
 
         ;; basic-sql.lisp
         #:query