r1653: More field-type updates
[clsql.git] / sql / sql.cl
index c614f7e1a8623e6d1500f6217db58cb84cc01576..1c02d6651f93482b082de77af99cdfb7762c341c 100644 (file)
@@ -8,7 +8,7 @@
 ;;;;                 Original code by Pierre R. Mai 
 ;;;; Date Started:  Feb 2002
 ;;;;
-;;;; $Id: sql.cl,v 1.4 2002/03/24 18:08:27 kevin Exp $
+;;;; $Id: sql.cl,v 1.5 2002/03/24 22:25:51 kevin Exp $
 ;;;;
 ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg
 ;;;; and Copyright (c) 1999-2001 by Pierre R. Mai
@@ -423,8 +423,8 @@ specified in output-type-spec and returned like in MAP."
 
 (defun map-query-to-simple (output-type-spec function query-expression database field-types)
   (multiple-value-bind (result-set columns rows)
-      (database-query-result-set query-expression database :full-set t :
-                                field-types field-types)
+      (database-query-result-set query-expression database :full-set t
+                                :field-types field-types)
     (when result-set
       (unwind-protect
           (if rows