From: Kevin M. Rosenberg Date: Sat, 3 May 2003 22:10:15 +0000 (+0000) Subject: r4778: Auto commit for Debian build X-Git-Tag: v2006ac.2~220 X-Git-Url: http://git.kpe.io/?p=umlisp.git;a=commitdiff_plain;h=51ca21235403f86742c47a623c1787ed189eaa1f r4778: Auto commit for Debian build --- diff --git a/sql-classes.lisp b/sql-classes.lisp index c2bb477..4961295 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.51 2003/05/03 22:06:20 kevin Exp $ +;;;; $Id: sql-classes.lisp,v 1.52 2003/05/03 22:10:15 kevin Exp $ ;;;; ;;;; This file, part of UMLisp, is ;;;; Copyright (c) 2000-2002 by Kevin M. Rosenberg, M.D. @@ -62,7 +62,7 @@ is OBJNAME from TABLE where WHERE-NAME field = WHERE-VALUE with FIELDS" (if distinct "distinct " "") fields table)) (%%order (if order (format nil " order by ~{~:@(~A~) ~(~A~)~^,~}" order) "")) (%%lrl (format nil " and ~:@(~A~)<=" lrl)) - (%%where (format nil " where ~:@(~A~)~A" where-name + (%%where (format nil " where ~:@(~A~)~A" (quote where-name) (if like " like " "=")))) `(concatenate 'string