Postgres odbc returns bigint's correctly now
[clsql.git] / tests / test-basic.lisp
index b0e85875b5dedc5fe90ebe09efbc4c806cbb68d5..9dad688c99954b7c4da456c12c2677e23a5f9fc7 100644 (file)
                     results)
              (destructuring-bind (int bigint) row
                (push (list (integerp int)
-                           (if (and (eq :odbc *test-database-type*)
-                                    (eq :postgresql *test-database-underlying-type*))
-                               ;; ODBC/Postgresql may return returns bigints as strings or integer
-                               ;; depending upon the platform
-                               t
-                               (integerp bigint)))
+                            (integerp bigint))
                      results)))))
       ((t t) (t t) (t t) (t t) (t t) (t t) (t t) (t t) (t t) (t t) (t t)))