From 8b47bee05e075063d82465bc2271802ddb574a86 Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Wed, 7 Apr 2004 17:47:12 +0000 Subject: [PATCH] r8858: package renaming --- classic/functional.lisp | 5 ++--- classic/package.lisp | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/classic/functional.lisp b/classic/functional.lisp index f13bcdc..9abeb77 100644 --- a/classic/functional.lisp +++ b/classic/functional.lisp @@ -23,9 +23,8 @@ ;;; functional SQL interface, which are just nicer layers above the ;;; basic SQL interface. -;;; With the integration of CLSQL-USQL, these functions are no -;;; longer exported by the CLSQL package since they conflict with names -;;; exported by CLSQL-USQL +;;; These functions are no longer exported since they conflict with names +;;; exported by CLSQL (defun insert-records (&key into attributes values av-pairs query (database *default-database*)) diff --git a/classic/package.lisp b/classic/package.lisp index c927415..dd51927 100644 --- a/classic/package.lisp +++ b/classic/package.lisp @@ -128,7 +128,7 @@ ;; functional.lisp ;; These are no longer export since different functions are - ;; exported by the CLSQL-USQL package + ;; exported by the CLSQL package ;; #:insert-records ;; #:delete-records ;; #:update-records -- 2.34.1