From: Kevin M. Rosenberg Date: Sat, 3 May 2003 20:33:40 +0000 (+0000) Subject: r4767: Auto commit for Debian build X-Git-Tag: v2006ac.2~231 X-Git-Url: http://git.kpe.io/?p=umlisp.git;a=commitdiff_plain;h=a71c8076ec9c8e6049b470133ec0df2d821a7fa5 r4767: Auto commit for Debian build --- diff --git a/sql-classes.lisp b/sql-classes.lisp index 9d64345..d9990b5 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.40 2003/05/03 20:33:16 kevin Exp $ +;;;; $Id: sql-classes.lisp,v 1.41 2003/05/03 20:33:40 kevin Exp $ ;;;; ;;;; This file, part of UMLisp, is ;;;; Copyright (c) 2000-2002 by Kevin M. Rosenberg, M.D. @@ -72,7 +72,7 @@ is OBJNAME from TABLE where WHERE-NAME field = WHERE-VALUE with FIELDS" "") (if ,srl (format nil ,%%lrl ,srl) "") ,@(when %%order (list %%order)) - ,@(when single (" limit 1"))))) + ,@(when single (list " limit 1"))))) (defun query-string (table fields &optional srl where-name where-value &key (lrlname "KCUILRL") single distinct order like)