X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=tests%2Ftest-init.lisp;h=5fc308d0b3128a4c1d51cd4fca11331e9df2c834;hp=e3a0a03098fbad4ae001f6cccd2dff56656f9e8f;hb=f97c6c182c9746cd6adbdacf8cdfebbaadef3c37;hpb=65a91423955280d081858aadafab379e23b4304f diff --git a/tests/test-init.lisp b/tests/test-init.lisp index e3a0a03..5fc308d 100644 --- a/tests/test-init.lisp +++ b/tests/test-init.lisp @@ -596,9 +596,13 @@ (clsql-sys:in test :fdml/query/8 :fdml/select/21 :fddl/table/6)) (push (cons test "syntax not supported") skip-tests)) - ((and (not (member *test-database-underlying-type* + ((and (eq *test-database-type* :odbc) + (eq *test-database-underlying-type* :postgresql) + (clsql-sys:in test :fddl/owner/1)) + (push (cons test "table ownership not supported by postgresql odbc driver") skip-tests)) + ((and (not (member *test-database-underlying-type* '(:postgresql :oracle))) - (clsql-sys:in test :fddl/owner/1)) + (clsql-sys:in test :fddl/owner/1)) (push (cons test "table ownership not supported") skip-tests)) (t (push test-form test-forms)))))