X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=interfaces%2Fpostgresql%2Fpostgresql-usql.cl;h=3919dde261c560276b5349348b71bb7b198002dd;hb=d912f0d932d1718ac14ba1024152c2b5fd9e6107;hp=4633f390e964b57cb4d8a7fd3a2dd267e8a24552;hpb=9f3761f57371f7d347e25d635735dcbf536e652c;p=clsql.git diff --git a/interfaces/postgresql/postgresql-usql.cl b/interfaces/postgresql/postgresql-usql.cl index 4633f39..3919dde 100644 --- a/interfaces/postgresql/postgresql-usql.cl +++ b/interfaces/postgresql/postgresql-usql.cl @@ -7,7 +7,7 @@ ;;;; Programmers: Kevin M. Rosenberg and onShore Development Inc ;;;; Date Started: Mar 2002 ;;;; -;;;; $Id: postgresql-usql.cl,v 1.4 2002/05/15 17:10:28 kevin Exp $ +;;;; $Id: postgresql-usql.cl,v 1.5 2002/06/12 17:47:13 kevin Exp $ ;;;; ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; and by onShore Development Inc. @@ -101,8 +101,7 @@ (defmethod database-output-sql-as-type ((type (eql 'integer)) val (database postgresql-database)) - ;; typecast it so it uses the indexes - (when val + (when val ;; typecast it so it uses the indexes (make-instance 'clsql-sys::sql-typecast-exp :modifier 'int8 :components val)))