X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=sql-classes.lisp;h=5ae20b1f6a4863632643146d3bbff89fd0bbf617;hb=7d3309f45220d3136c0bfd2c39f86d9083b93e35;hp=33bcd08673b4dc7623b0f126410000106ed7051f;hpb=39d72901301e1e131f324e1e0633bd4db478b0df;p=umlisp.git diff --git a/sql-classes.lisp b/sql-classes.lisp index 33bcd08..5ae20b1 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.79 2003/05/15 05:16:44 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 #\= 10)) (number (concatenate 'string "=" (write-to-string ,where-value))) (null