r9335: Automated commit for Debian build of clsql upstream-version-2.10.16
[clsql.git] / classic / functional.lisp
index f13bcdcf01e7bded84bb105263369e6ade659d4a..565c40d585e64145292fb07408381b4e5efd59d8 100644 (file)
 ;;;; (http://opensource.franz.com/preamble.html), also known as the LLGPL.
 ;;;; *************************************************************************
 
-(in-package #:clsql-classic-sys)
-
+(in-package #:clsql-classic)
 
 ;;; This file implements the more advanced functions of the
 ;;; 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*))