X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=sql%2Fpackage.lisp;h=5ee30377951fc3b5808271d91506b2c4e990144b;hb=cf0a1997b66f3e09e595c3c6fb04b08c0d2a4e61;hp=2d0ab0d2a0b1a04b31efeda9266f1ddc5fc45dd3;hpb=03a14eaaf7d95a8775ba523a44a2485ec9f9785a;p=clsql.git diff --git a/sql/package.lisp b/sql/package.lisp index 2d0ab0d..5ee3037 100644 --- a/sql/package.lisp +++ b/sql/package.lisp @@ -8,7 +8,7 @@ ;;;; Original code by Pierre R. Mai ;;;; Date Started: Feb 2002 ;;;; -;;;; $Id: package.lisp,v 1.3 2002/10/21 14:11:09 kevin Exp $ +;;;; $Id: package.lisp,v 1.5 2003/07/23 19:33:38 kevin Exp $ ;;;; ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; and Copyright (c) 1999-2001 by Pierre R. Mai @@ -18,16 +18,14 @@ ;;;; (http://opensource.franz.com/preamble.html), also known as the LLGPL. ;;;; ************************************************************************* -(declaim (optimize (debug 3) (speed 3) (safety 1) (compilation-speed 0))) -(in-package :cl-user) - +(in-package #:cl-user) (eval-when (:compile-toplevel :load-toplevel :execute) - (defpackage :clsql-sys - (:nicknames :clsql) - (:use :common-lisp :clsql-base-sys) + (defpackage #:clsql-sys + (:nicknames #:clsql) + (:use #:cl #:clsql-base-sys) (:import-from - :clsql-base + #:clsql-base . #1=( #:clsql-condition @@ -88,6 +86,7 @@ #:execute-command #:map-query #:do-query + #:for-each-row ;; functional.cl #:insert-records