clsql/sql sql.lisp,1.3,1.4

[email protected] Thu, 14 Nov 2002 11:52:49 -0700
Newsgroups gmane.lisp.clsql.cvs
Message-ID <[email protected]>
Update of /pubcvs/clsql/sql
In directory boa.b9.com:/tmp/cvs-serv22820/sql

Modified Files:
	sql.lisp 
Log Message:
fix wrong documentation


Index: sql.lisp
===================================================================
RCS file: /pubcvs/clsql/sql/sql.lisp,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** sql.lisp	21 Oct 2002 07:45:50 -0000	1.3
--- sql.lisp	14 Nov 2002 18:52:47 -0000	1.4
***************
*** 66,70 ****
  		(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 connection will be taken from the general pool,
  if pool is a conn-pool object the connection will be taken from this pool.
--- 66,70 ----
  		(pool nil))
    "Connects to a database of the given database-type, using the type-specific
! 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.