X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=tests%2Ftest-basic.lisp;h=9dad688c99954b7c4da456c12c2677e23a5f9fc7;hb=4305925e87f70d6d7f5fe21d7875b1934c7f65a4;hp=b0e85875b5dedc5fe90ebe09efbc4c806cbb68d5;hpb=d2d49ab13c98bc7a1819a0fd3968268a5567bdc3;p=clsql.git 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)))