From: Kevin M. Rosenberg Date: Sun, 4 May 2003 01:39:04 +0000 (+0000) Subject: r4792: Auto commit for Debian build X-Git-Tag: v2006ac.2~206 X-Git-Url: http://git.kpe.io/?p=umlisp.git;a=commitdiff_plain;h=5598e551cf24786c6527354e49d4971e62a6a180 r4792: Auto commit for Debian build --- diff --git a/sql-classes.lisp b/sql-classes.lisp index 026fcde..1e12f97 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.65 2003/05/04 01:37:18 kevin Exp $ +;;;; $Id: sql-classes.lisp,v 1.66 2003/05/04 01:39:04 kevin Exp $ ;;;; ;;;; This file, part of UMLisp, is ;;;; Copyright (c) 2000-2002 by Kevin M. Rosenberg, M.D. @@ -115,7 +115,7 @@ is OBJNAME from TABLE where WHERE-NAME field = WHERE-VALUE with FIELDS" `((typecase ,where-value (number (write-to-string ,where-value)) - (nil + (null " is null") (t (format nil ,(if like "'%~A%'" "'~A'") ,where-value)))))