From: Kevin M. Rosenberg Date: Sat, 3 May 2003 20:09:41 +0000 (+0000) Subject: r4759: Auto commit for Debian build X-Git-Tag: v2006ac.2~239 X-Git-Url: http://git.kpe.io/?a=commitdiff_plain;h=62294ad091ddc6b9bb050ca017b62a69c475dedf;hp=a6eadf9e6d566a0342fccba766fb02f97a969a5a;p=umlisp.git r4759: Auto commit for Debian build --- diff --git a/sql-classes.lisp b/sql-classes.lisp index bdb79bd..edbd72a 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.32 2003/05/03 20:08:21 kevin Exp $ +;;;; $Id: sql-classes.lisp,v 1.33 2003/05/03 20:09:41 kevin Exp $ ;;;; ;;;; This file, part of UMLisp, is ;;;; Copyright (c) 2000-2002 by Kevin M. Rosenberg, M.D. @@ -33,7 +33,7 @@ &body body) (let ((query (gensym))) `(unless (and ,where-name (not ,where-value)) - (let ((,query (umlisp-query ,table (quote ,fields) ,srl ,where-name ,where-value + (let ((,query (umlisp-query ,table ,fields ,srl ,where-name ,where-value :lrlname ,lrlname :single ,single :distinct ,distinct :order ,order :like ,like))) (if ,single