r4756: Auto commit for Debian build
authorKevin M. Rosenberg <kevin@rosenberg.net>
Sat, 3 May 2003 20:03:53 +0000 (20:03 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Sat, 3 May 2003 20:03:53 +0000 (20:03 +0000)
sql-classes.lisp

index f11b8913e714c020572e2102b5eb08b526080139..a4daef4c6565504a586c6794ba1cd45be784ca16 100644 (file)
@@ -7,7 +7,7 @@
 ;;;; Author:        Kevin M. Rosenberg
 ;;;; Date Started:  Apr 2000
 ;;;;
-;;;; $Id: sql-classes.lisp,v 1.29 2003/05/03 20:01:18 kevin Exp $
+;;;; $Id: sql-classes.lisp,v 1.30 2003/05/03 20:03:53 kevin Exp $
 ;;;;
 ;;;; This file, part of UMLisp, is
 ;;;;    Copyright (c) 2000-2002 by Kevin M. Rosenberg, M.D.
@@ -63,7 +63,7 @@ is OBJNAME from TABLE where WHERE-NAME field = WHERE-VALUE with FIELDS"
         (%%order (if order (format nil " order by ~{~:@(~A~) ~(~A~)~^,~}" order) "")))
     `(concatenate
       'string
-      %%fields
+      ,%%fields
       (if ,where-name
          (format nil
                  (if (stringp ,where-value)