r8832: changes for allow import of clsql and clsql-usql in the same package
[clsql.git] / sql / functional.lisp
index dd8aa04c8e581f58b1bbbbc1c8f86f87515532f0..bf38a1219232716d18b90795eec91f89233a3bec 100644 (file)
 (in-package #:clsql-sys)
 
 
-;;;; This file implements the more advanced functions of the
-;;;; functional SQL interface, which are just nicer layers above the
-;;;; basic SQL interface.
+;;; 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
 
 (defun insert-records
     (&key into attributes values av-pairs query (database *default-database*))