From: Kevin M. Rosenberg Date: Sat, 3 May 2003 22:06:20 +0000 (+0000) Subject: r4777: Auto commit for Debian build X-Git-Tag: v2006ac.2~221 X-Git-Url: http://git.kpe.io/?a=commitdiff_plain;ds=sidebyside;h=9d3a13823ec48dba76f649f85dedd15ca466540f;p=umlisp.git r4777: Auto commit for Debian build --- diff --git a/sql-classes.lisp b/sql-classes.lisp index 16f6c92..c2bb477 100644 --- a/sql-classes.lisp +++ b/sql-classes.lisp @@ -7,7 +7,7 @@ ;;;; Author: Kevin M. Rosenberg ;;;; Date Started: Apr 2000 ;;;; -;;;; $Id: sql-classes.lisp,v 1.50 2003/05/03 22:05:50 kevin Exp $ +;;;; $Id: sql-classes.lisp,v 1.51 2003/05/03 22:06:20 kevin Exp $ ;;;; ;;;; This file, part of UMLisp, is ;;;; Copyright (c) 2000-2002 by Kevin M. Rosenberg, M.D. @@ -70,7 +70,7 @@ is OBJNAME from TABLE where WHERE-NAME field = WHERE-VALUE with FIELDS" ,@(when %%where (list %%where)) ,@(when %%where `((if (numberp ,where-value) - (write-to-string where-value) + (write-to-string ,where-value) (format nil ,(if like "'%~A%'" "'~A'") ,where-value)))) (if ,srl (concatenate 'string ,%%lrl (write-to-string ,srl)) "") ,@(when %%order (list %%order))