r9331: * db-odbc/odbc-api.lisp: work around return-type bug [spr28889] in
[clsql.git] / tests / test-basic.lisp
index b0f40a5acb24e253e4941bf9daeac9c18ac702f4..35b39213e22d4c2d8111c0c93340f31688c07dcb 100644 (file)
@@ -47,8 +47,9 @@
                          (typep float 'double-float)
                          (if (and (eq :odbc *test-database-type*)
                                   (eq :postgresql *test-database-underlying-type*))
-                             ;; ODBC/Postgresql returns bigints as strings
-                             (stringp bigint)
+                             ;; ODBC/Postgresql may return returns bigints as strings or integer
+                             ;; depending upon the platform
+                             t
                            (integerp bigint))
                          (stringp str))
                    results))))