From 9b96188147cfc87df9ac90927bb1eb05ab398201 Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Fri, 27 Sep 2002 14:55:37 +0000 Subject: [PATCH] r2875: *** empty log message *** --- base/db-interface.cl | 4 ++-- debian/changelog | 6 ++++++ 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/base/db-interface.cl b/base/db-interface.cl index b6c99f4..c2b8bd2 100644 --- a/base/db-interface.cl +++ b/base/db-interface.cl @@ -9,7 +9,7 @@ ;;;; onShoreD to support UncommonSQL front-end ;;;; Date Started: Feb 2002 ;;;; -;;;; $Id: db-interface.cl,v 1.4 2002/09/17 17:16:43 kevin Exp $ +;;;; $Id: db-interface.cl,v 1.5 2002/09/27 14:55:37 kevin Exp $ ;;;; ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; and Copyright (c) 1999-2001 by Pierre R. Mai, and onShoreD @@ -147,7 +147,7 @@ returns nil when result-set is finished.")) (:documentation "Return the type SQL type specifier as a string, for the given lisp type and parameters.")) -(defgeneric database-list-tables (database &key (system-tables nil)) +(defgeneric database-list-tables (database &key system-tables) (:documentation "List all tables in the given database")) (defgeneric database-list-attributes (table database) diff --git a/debian/changelog b/debian/changelog index 3672533..6d18fb3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +cl-sql (0.9.5-1) unstable; urgency=low + + * Fix defgeneric form in db-interfaces.cl + + -- Kevin M. Rosenberg Fri, 27 Sep 2002 08:55:33 -0600 + cl-sql (0.9.4-2) unstable; urgency=low * Move documentation to cl-sql package (closes: 162491) -- 2.34.1