From a71c8076ec9c8e6049b470133ec0df2d821a7fa5 Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Sat, 3 May 2003 20:33:40 +0000 Subject: [PATCH] r4767: Auto commit for Debian build --- sql-classes.lisp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) -- 2.34.1