X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;ds=sidebyside;f=sql-classes.lisp;h=1e12f97e142f4d84904a87d0ec91392d5302f6eb;hb=5598e551cf24786c6527354e49d4971e62a6a180;hp=026fcde006bbb89a36da95c058b7464e4fa4fb16;hpb=ee41f84851bd91a65bd5c7580281e407acb75443;p=umlisp.git 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)))))