r1707: mysql-sql.cl
authorKevin M. Rosenberg <kevin@rosenberg.net>
Sat, 30 Mar 2002 05:07:02 +0000 (05:07 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Sat, 30 Mar 2002 05:07:02 +0000 (05:07 +0000)
interfaces/mysql/mysql-sql.cl

index 7bd3bb9a0560a49512fe0896f0c0621932e51899..b88e0546461bce6b9235c7fa4d50dbacf2f884e5 100644 (file)
@@ -8,7 +8,7 @@
 ;;;;                Original code by Pierre R. Mai 
 ;;;; Date Started:  Feb 2002
 ;;;;
-;;;; $Id: mysql-sql.cl,v 1.17 2002/03/29 14:03:27 kevin Exp $
+;;;; $Id: mysql-sql.cl,v 1.18 2002/03/30 05:07:02 kevin Exp $
 ;;;;
 ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg
 ;;;; and Copyright (c) 1999-2001 by Pierre R. Mai
       nil
       (let ((auto-list (make-type-list-for-auto num-fields res-ptr)))
        (cond
-        ((listp types)
-         (canonicalize-type-list types auto-list))
-         types)
+         ((listp types)
+          (canonicalize-type-list types auto-list))
          ((eq types :auto)
           auto-list)
          (t
-          nil))))
+          nil)))))
 
 (defmethod database-initialize-database-type ((database-type (eql :mysql)))
   t)