From: Russ Tyndall Date: Wed, 8 Jan 2014 18:24:36 +0000 (-0500) Subject: moved reallybigintegers to mysql only tests since that seems to be the only backend... X-Git-Tag: v6.5.0~9 X-Git-Url: http://git.kpe.io/?p=clsql.git;a=commitdiff_plain;h=4f1164a3bc99829cb784b4fc4993fbd266ac78d9 moved reallybigintegers to mysql only tests since that seems to be the only backend to actually support unsigned integers --- diff --git a/tests/test-init.lisp b/tests/test-init.lisp index a12d214..8832208 100644 --- a/tests/test-init.lisp +++ b/tests/test-init.lisp @@ -235,7 +235,8 @@ (let ((test (second test-form))) (cond ((and (not (eql db-underlying-type :mysql)) - (clsql-sys:in test :connection/query-command)) + (clsql-sys:in test :connection/query-command + :basic/reallybigintegers/1)) (push (cons test "known to work only in MySQL as yet.") skip-tests)) ((and (null (clsql-sys:db-type-has-views? db-underlying-type)) (clsql-sys:in test :fddl/view/1 :fddl/view/2 :fddl/view/3 :fddl/view/4)) @@ -262,8 +263,7 @@ ((and (eql *test-database-type* :sqlite3) (clsql-sys:in test :fddl/view/4 :fdml/select/10 :fdml/select/21 :fdml/select/32 - :fdml/select/33 - :basic/reallybigintegers/1)) + :fdml/select/33)) (push (cons test "not supported by sqlite3.") skip-tests)) ((and (not (clsql-sys:db-type-has-bigint? db-type)) (clsql-sys:in test :basic/bigint/1))