r4956: Automatic commit for debian_version_3_2_1-1
[umlisp.git] / sql-classes.lisp
index 3aa0c26d75d05cca1fa019032ae986e8083fc6f1..4c34b12c897e39358a6b1314b9ec9eb5b1de634a 100644 (file)
@@ -7,7 +7,7 @@
 ;;;; Author:        Kevin M. Rosenberg
 ;;;; Date Started:  Apr 2000
 ;;;;
-;;;; $Id: sql-classes.lisp,v 1.78 2003/05/15 04:20:55 kevin Exp $
+;;;; $Id: sql-classes.lisp,v 1.80 2003/05/15 19:46:47 kevin Exp $
 ;;;;
 ;;;; This file, part of UMLisp, is
 ;;;;    Copyright (c) 2000-2002 by Kevin M. Rosenberg, M.D.
@@ -43,8 +43,9 @@
       ,@(when %%where (list %%where))
       ,@(when %%where
              `((typecase ,where-value
+                 #+allegro
                  (fixnum
-                  (prefixed-fixnum-string ,where-value #\= 12))
+                  (prefixed-fixnum-string ,where-value #\= 10))
                  (number
                   (concatenate 'string "=" (write-to-string ,where-value)))
                  (null