X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=sql%2Ffunctional.lisp;h=bf38a1219232716d18b90795eec91f89233a3bec;hb=0196e0db0edccccab4cd8a0d6309e768a98667fd;hp=dd8aa04c8e581f58b1bbbbc1c8f86f87515532f0;hpb=ce0e343835a040406678dff74a62d1b0cb56f317;p=clsql.git diff --git a/sql/functional.lisp b/sql/functional.lisp index dd8aa04..bf38a12 100644 --- a/sql/functional.lisp +++ b/sql/functional.lisp @@ -29,9 +29,13 @@ (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*))