X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=tests%2Ftest-basic.lisp;h=9dad688c99954b7c4da456c12c2677e23a5f9fc7;hp=b0e85875b5dedc5fe90ebe09efbc4c806cbb68d5;hb=5fd51413d8e15acaec4a70e4dd7996defcd87073;hpb=b2191fb61b57de37bdd703c1ad9231f87bd5258c diff --git a/tests/test-basic.lisp b/tests/test-basic.lisp index b0e8587..9dad688 100644 --- a/tests/test-basic.lisp +++ b/tests/test-basic.lisp @@ -190,12 +190,7 @@ 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)))