X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=sql%2Fpackage.cl;h=b20450bf2ca7f462f75a4f18b8bd32654a9b9ae2;hb=14e7eb14df86493ad043f11b2dd142d329e415be;hp=75e68342e0d24525f623ebb4060b21bacafb5fc9;hpb=9a78eef71c902d3b272fb7c777bff6dd0acd8a2b;p=clsql.git diff --git a/sql/package.cl b/sql/package.cl index 75e6834..b20450b 100644 --- a/sql/package.cl +++ b/sql/package.cl @@ -8,7 +8,7 @@ ;;;; Original code by Pierre R. Mai ;;;; Date Started: Feb 2002 ;;;; -;;;; $Id: package.cl,v 1.2 2002/03/24 04:01:26 kevin Exp $ +;;;; $Id: package.cl,v 1.4 2002/03/27 05:04:19 kevin Exp $ ;;;; ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; and Copyright (c) 1999-2001 by Pierre R. Mai @@ -95,7 +95,13 @@ #:delete-records #:update-records #:select - #:with-database)) + #:with-database + + ;; utils.cl + #:number-to-sql-string + #:float-to-sql-string + #:sql-escape-quotes + )) (:documentation "This is the INTERNAL SQL-Interface package of CLSQL.")) (defpackage #:clsql