From 5fd51413d8e15acaec4a70e4dd7996defcd87073 Mon Sep 17 00:00:00 2001 From: Nathan Bird Date: Mon, 20 Jun 2011 16:45:56 -0400 Subject: [PATCH] Postgres odbc returns bigint's correctly now At least with postgesql 8.4, and ubuntu odbc-postgresql 1:08.03.0200-1 --- tests/test-basic.lisp | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) 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))) -- 2.34.1