X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=sql%2Fsql.lisp;h=28be8ef8cbb26343b9bea0bd085e32f5c2263484;hb=5d0dbfd9dd1e08745109a18cce6a04750ffb7477;hp=b5a7f206dd6692b5ef6c0d7a5913797828ba36c2;hpb=5af9f36bed354358568c4c17c80f9f0b6947b7c6;p=clsql.git diff --git a/sql/sql.lisp b/sql/sql.lisp index b5a7f20..28be8ef 100644 --- a/sql/sql.lisp +++ b/sql/sql.lisp @@ -8,7 +8,7 @@ ;;;; Original code by Pierre R. Mai ;;;; Date Started: Feb 2002 ;;;; -;;;; $Id: sql.lisp,v 1.2 2002/10/14 15:25:15 kevin Exp $ +;;;; $Id: sql.lisp,v 1.4 2002/11/14 18:52:47 kevin Exp $ ;;;; ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; and Copyright (c) 1999-2001 by Pierre R. Mai @@ -65,8 +65,8 @@ (database-type *default-database-type*) (pool nil)) "Connects to a database of the given database-type, using the type-specific -connection-spec. if-exists is currently ignored. -If pool is t the the connection will be taken from the general pool, +connection-spec. +If pool is t the connection will be taken from the general pool, if pool is a conn-pool object the connection will be taken from this pool. " (if pool