X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=tests%2Ftest-init.lisp;h=65930c2e9d858b2945074fdc330026b29ad28f33;hp=981046e51f0d59b48efdd13c98ef09c3abed54ad;hb=75d03cfbe7811567b8920cd87d99140bd1cf6bba;hpb=7cc407732ccb8437d1b38f2d8cce2c648f98dd45 diff --git a/tests/test-init.lisp b/tests/test-init.lisp index 981046e..65930c2 100644 --- a/tests/test-init.lisp +++ b/tests/test-init.lisp @@ -569,6 +569,9 @@ ((and (null (clsql-sys:db-type-has-union? db-underlying-type)) (clsql-sys:in test :fdml/query/6 :fdml/select/31)) (push (cons test "union not supported") skip-tests)) + ((and (eq *test-database-type* :oracle) + (clsql-sys:in test :fdml/query/8 :fdml/select/21)) + (push (cons test "syntax not supported") skip-tests)) (t (push test-form test-forms))))) (values (nreverse test-forms) (nreverse skip-tests))))