X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=tests%2Ftest-init.lisp;h=b554625387ef557edc4a8376b5bfb877ba797f9f;hb=d9b32644383f3c4087d0ecac10c645f38d17648d;hp=1ac0207453d4af1ae4b49ee3c11b47874c0fe7fb;hpb=692ff4990d0cd04685531f524801b16d21cfbb49;p=clsql.git diff --git a/tests/test-init.lisp b/tests/test-init.lisp index 1ac0207..b554625 100644 --- a/tests/test-init.lisp +++ b/tests/test-init.lisp @@ -556,6 +556,9 @@ :fdml/select/21 :fdml/select/32 :fdml/select/33)) (push (cons test "not supported by sqlite") skip-tests)) + ((and (eql *test-database-underlying-type* :mysql) + (clsql-sys:in test :fdml/select/26)) + (push (cons test "string table aliases not supported") skip-tests)) ((and (eql *test-database-underlying-type* :mysql) (clsql-sys:in test :fdml/select/22 :fdml/query/5 :fdml/query/7 :fdml/query/8))