r9370: * sql/db-interface.lisp: Add new db-type-has-union?
[clsql.git] / tests / test-init.lisp
index 7d7273f5c07460797f386372b53e63dc9c6e71c8..70d54d75f0f4ec22ef47a1f7472da32fc32fe871 100644 (file)
                (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))))