From: Marc Battyani Date: Mon, 13 May 2002 17:20:35 +0000 (+0000) Subject: r2030: added find-or-create-connection-pool X-Git-Tag: v3.8.6~1080 X-Git-Url: http://git.kpe.io/?p=clsql.git;a=commitdiff_plain;h=251f1f28fa922c99a1e134e76779d49a84b7c7af r2030: added find-or-create-connection-pool --- diff --git a/base/package.cl b/base/package.cl index 71aa24e..2016b38 100644 --- a/base/package.cl +++ b/base/package.cl @@ -8,7 +8,7 @@ ;;;; 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.2 2002/05/13 17:20:35 marc.battyani 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