From: Kevin M. Rosenberg Date: Thu, 15 May 2003 01:13:48 +0000 (+0000) Subject: r4940: Auto commit for Debian build X-Git-Tag: v2006ac.2~161 X-Git-Url: http://git.kpe.io/?p=umlisp.git;a=commitdiff_plain;h=39d72901301e1e131f324e1e0633bd4db478b0df r4940: Auto commit for Debian build --- diff --git a/sql-classes.lisp b/sql-classes.lisp index 1a765a4..33bcd08 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.76 2003/05/11 21:48:31 kevin Exp $ +;;;; $Id: sql-classes.lisp,v 1.77 2003/05/15 01:13:48 kevin Exp $ ;;;; ;;;; This file, part of UMLisp, is ;;;; Copyright (c) 2000-2002 by Kevin M. Rosenberg, M.D. @@ -43,6 +43,8 @@ ,@(when %%where (list %%where)) ,@(when %%where `((typecase ,where-value + (fixnum + (prefixed-fixnum-string ,where-value #\= 9)) (number (concatenate 'string "=" (write-to-string ,where-value))) (null