From: Kevin M. Rosenberg Date: Wed, 7 Apr 2004 17:47:12 +0000 (+0000) Subject: r8858: package renaming X-Git-Tag: v3.8.6~717 X-Git-Url: http://git.kpe.io/?p=clsql.git;a=commitdiff_plain;h=8b47bee05e075063d82465bc2271802ddb574a86 r8858: package renaming --- 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