r8858: package renaming
authorKevin M. Rosenberg <kevin@rosenberg.net>
Wed, 7 Apr 2004 17:47:12 +0000 (17:47 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Wed, 7 Apr 2004 17:47:12 +0000 (17:47 +0000)
classic/functional.lisp
classic/package.lisp

index f13bcdcf01e7bded84bb105263369e6ade659d4a..9abeb77a904033feffd547be528ad101cf87aa49 100644 (file)
@@ -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*))
index c927415d3777dc507ddd6bcdc617de41b5db99a3..dd519278e261498126554b432bea988d4ed4520f 100644 (file)
 
      ;; 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