r3405: fix wrong documentation
authorKevin M. Rosenberg <kevin@rosenberg.net>
Thu, 14 Nov 2002 18:52:47 +0000 (18:52 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Thu, 14 Nov 2002 18:52:47 +0000 (18:52 +0000)
debian/changelog
sql/sql.lisp

index 33dcf419b75d5bea712fd689158b21158d30c25a..1e0c04fbae0af3ae43db808373b246bb927a448c 100644 (file)
@@ -1,3 +1,9 @@
+cl-sql (1.2.3-1) unstable; urgency=low
+
+  * New upstream
+
+ -- Kevin M. Rosenberg <kmr@debian.org>  Thu, 14 Nov 2002 11:52:32 -0700
+
 cl-sql (1.2.2-1) unstable; urgency=low
 
   * Remove 'load-compiled-op from .asd file
index 00d96678f81e8b881f9227928b7b4787aed8f591..28be8ef8cbb26343b9bea0bd085e32f5c2263484 100644 (file)
@@ -8,7 +8,7 @@
 ;;;;                 Original code by Pierre R. Mai 
 ;;;; Date Started:  Feb 2002
 ;;;;
-;;;; $Id: sql.lisp,v 1.3 2002/10/21 07:45:50 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,7 +65,7 @@
                (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.
+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.
 "