r4940: Auto commit for Debian build
authorKevin M. Rosenberg <kevin@rosenberg.net>
Thu, 15 May 2003 01:13:48 +0000 (01:13 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Thu, 15 May 2003 01:13:48 +0000 (01:13 +0000)
sql-classes.lisp

index 1a765a4a4f19a8071ade948e733c4644c761b6b4..33bcd08673b4dc7623b0f126410000106ed7051f 100644 (file)
@@ -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