X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=tests%2Ftest-init.lisp;h=70d54d75f0f4ec22ef47a1f7472da32fc32fe871;hp=7d7273f5c07460797f386372b53e63dc9c6e71c8;hb=5398a720dd42b3c2787ff67414e6ce424bc34e1b;hpb=3f37ed0dd0ce9622d3b8066c847b59e6db211b49 diff --git a/tests/test-init.lisp b/tests/test-init.lisp index 7d7273f..70d54d7 100644 --- a/tests/test-init.lisp +++ b/tests/test-init.lisp @@ -558,6 +558,9 @@ (clsql-sys:in test :fdml/select/22 :fdml/query/5 :fdml/query/7 :fdml/query/8)) (push (cons test "not supported by mysql") skip-tests)) + ((and (null (clsql-sys:db-type-has-union? db-underlying-type)) + (clsql-sys:in test :fdml/query/6)) + (push (cons test "union not supported") skip-tests)) (t (push test-form test-forms))))) (values (nreverse test-forms) (nreverse skip-tests))))