From: Nathan Bird Date: Mon, 20 Jun 2011 20:45:56 +0000 (-0400) Subject: Postgres odbc returns bigint's correctly now X-Git-Tag: v5.4.0~6 X-Git-Url: http://git.kpe.io/?p=clsql.git;a=commitdiff_plain;h=5fd51413d8e15acaec4a70e4dd7996defcd87073 Postgres odbc returns bigint's correctly now At least with postgesql 8.4, and ubuntu odbc-postgresql 1:08.03.0200-1 --- 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)))