r9378: * test/test-fdml.lisp: Added FDML/SELECT/34 to test
[clsql.git] / tests / test-init.lisp
index 1ac0207453d4af1ae4b49ee3c11b47874c0fe7fb..b554625387ef557edc4a8376b5bfb877ba797f9f 100644 (file)
                                :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))