X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=base%2Futils.cl;fp=base%2Futils.cl;h=b64824c971b29a61d858280eb1c664cd5f15b57d;hb=96f1b817adddbf0a33b54b3b23c09b1c39a23871;hp=a33fb41cfa121f46577dde15450cd5e5e9b84934;hpb=f8a2aab1c18bd495299ea3c542bc1b6daac52db2;p=clsql.git diff --git a/base/utils.cl b/base/utils.cl index a33fb41..b64824c 100644 --- a/base/utils.cl +++ b/base/utils.cl @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Mar 2002 ;;;; -;;;; $Id: utils.cl,v 1.1 2002/05/15 17:19:42 kevin Exp $ +;;;; $Id: utils.cl,v 1.2 2002/05/15 17:23:59 kevin Exp $ ;;;; ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -32,7 +32,7 @@ "Convert exponent character for SQL" (substitute #\e #\f (substitute #\e #\d (write-to-string num :readably t)))) -(defun sql-escape-quotes (s) +(defun sql-escape (s) "Escape single quotes for SQL" (substitute-string-for-char s #\' "''"))