X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=base%2Fpackage.cl;h=326e19687ec6e7b5fcb4b24259a383e7a3d5c093;hb=b63117ae08c7d8db1164e1d832240f9dde9510c5;hp=71aa24eecd56cc6917f6b4f12c5a7703d80d0c83;hpb=43d545f166cd4eb23ba835aa92685d5bd6d23d01;p=clsql.git diff --git a/base/package.cl b/base/package.cl index 71aa24e..326e196 100644 --- a/base/package.cl +++ b/base/package.cl @@ -3,12 +3,12 @@ ;;;; FILE IDENTIFICATION ;;;; ;;;; Name: package.cl -;;;; Purpose: Package definition for high-level SQL interface +;;;; Purpose: Package definition for base (low-level) SQL interface ;;;; Programmers: Kevin M. Rosenberg based on ;;;; Original code by Pierre R. Mai ;;;; Date Started: Feb 2002 ;;;; -;;;; $Id: package.cl,v 1.1 2002/05/13 16:22:08 kevin Exp $ +;;;; $Id: package.cl,v 1.5 2002/05/20 17:46:34 kevin Exp $ ;;;; ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; and Copyright (c) 1999-2001 by Pierre R. Mai @@ -133,6 +133,7 @@ ;; Pooled connections #:disconnect-pooled + #:find-or-create-connection-pool ;; Transactions #:with-transaction