r9208: fix bad declaration
[clsql.git] / tests / test-basic.lisp
index a6a501ec1a3e8606d2d7eb9988fadada71565b9c..c551b0d16049efca5407ebbfff4166787323985a 100644 (file)
@@ -45,9 +45,7 @@
            (destructuring-bind (int float bigint str) row
              (push (list (integerp int)
                          (typep float 'double-float)
-                         (if (member *test-database-type* '(:odbc :aodbc))  
-                             t
-                           (integerp bigint))
+                         (integerp bigint)
                          (stringp str))
                    results))))
       ((t t t t) (t t t t) (t t t t) (t t t t) (t t t t) (t t t t) (t t t t) (t t t t) (t t t t) (t t t t) (t t t t)))
        (let ((results '())
              (rows (map-query 'vector #'list "select * from TYPE_TABLE" 
                               :result-types nil)))
+         (declare (array rows))
          (dotimes (i (length rows) results)
            (push
             (list