r4791: Auto commit for Debian build
authorKevin M. Rosenberg <kevin@rosenberg.net>
Sun, 4 May 2003 01:37:18 +0000 (01:37 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Sun, 4 May 2003 01:37:18 +0000 (01:37 +0000)
sql-classes.lisp

index b04569f50bf376c1a77e3b1f6c425d82e9178c4f..026fcde006bbb89a36da95c058b7464e4fa4fb16 100644 (file)
@@ -7,7 +7,7 @@
 ;;;; Author:        Kevin M. Rosenberg
 ;;;; Date Started:  Apr 2000
 ;;;;
-;;;; $Id: sql-classes.lisp,v 1.64 2003/05/04 01:34:33 kevin Exp $
+;;;; $Id: sql-classes.lisp,v 1.65 2003/05/04 01:37:18 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)
+                 (nil
                   " is null")
                  (t
                   (format nil ,(if like "'%~A%'" "'~A'") ,where-value)))))