From: Kevin M. Rosenberg Date: Thu, 15 May 2003 04:20:55 +0000 (+0000) Subject: r4941: Auto commit for Debian build X-Git-Tag: v2006ac.2~160 X-Git-Url: http://git.kpe.io/?a=commitdiff_plain;ds=sidebyside;h=7d6901033dba4bf829c960601f4d12b2f777f425;p=umlisp.git r4941: Auto commit for Debian build --- diff --git a/sql-classes.lisp b/sql-classes.lisp index 33bcd08..3aa0c26 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.77 2003/05/15 01:13:48 kevin Exp $ +;;;; $Id: sql-classes.lisp,v 1.78 2003/05/15 04:20:55 kevin Exp $ ;;;; ;;;; This file, part of UMLisp, is ;;;; Copyright (c) 2000-2002 by Kevin M. Rosenberg, M.D. @@ -44,7 +44,7 @@ ,@(when %%where `((typecase ,where-value (fixnum - (prefixed-fixnum-string ,where-value #\= 9)) + (prefixed-fixnum-string ,where-value #\= 12)) (number (concatenate 'string "=" (write-to-string ,where-value))) (null