r4778: Auto commit for Debian build
authorKevin M. Rosenberg <kevin@rosenberg.net>
Sat, 3 May 2003 22:10:15 +0000 (22:10 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Sat, 3 May 2003 22:10:15 +0000 (22:10 +0000)
sql-classes.lisp

index c2bb4773a6315ae4196934470be93c93490ed957..4961295c94ba897fd219601a713a45aecf1f8cbf 100644 (file)
@@ -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