From: Kevin M. Rosenberg Date: Wed, 7 Apr 2004 19:34:51 +0000 (+0000) Subject: r8868: add missing export X-Git-Tag: v3.8.6~712 X-Git-Url: http://git.kpe.io/?a=commitdiff_plain;h=4c8798b240b899e6737b765983de0fb254560bae;p=clsql.git r8868: add missing export --- diff --git a/debian/changelog b/debian/changelog index 08fc529..e87efbe 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +cl-sql (2.3.2-1) unstable; urgency=low + + * New upstream + + -- Kevin M. Rosenberg Wed, 7 Apr 2004 13:35:01 -0600 + cl-sql (2.3.1-1) unstable; urgency=low * New upstream diff --git a/sql/package.lisp b/sql/package.lisp index 90c5c65..6bb1337 100644 --- a/sql/package.lisp +++ b/sql/package.lisp @@ -184,7 +184,10 @@ #:status ; database xx #:with-database #:with-default-database - + + ;; pool.lisp + #:disconnect-pooled + ;; basic-sql.lisp #:query #:execute-command