X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=classic%2Ffunctional.lisp;h=565c40d585e64145292fb07408381b4e5efd59d8;hp=f13bcdcf01e7bded84bb105263369e6ade659d4a;hb=09f07ac9d914a83f9426609f3264f4e66b5a6d97;hpb=c4ffac239e4910bff542dadf3212ad95803af64e diff --git a/classic/functional.lisp b/classic/functional.lisp index f13bcdc..565c40d 100644 --- a/classic/functional.lisp +++ b/classic/functional.lisp @@ -16,16 +16,14 @@ ;;;; (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*))