X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=tests%2Ftest-init.lisp;h=5cdcb78115516fe16e53bea8497bb2bdba9a2879;hp=d745ff0698e3823e4b2c7881d7f760e25eaac0a8;hb=78489032c6f66ce666ffe5e2e726503b61b94616;hpb=16cede958e7f229e2502ab6309591e344bee54f5 diff --git a/tests/test-init.lisp b/tests/test-init.lisp index d745ff0..5cdcb78 100644 --- a/tests/test-init.lisp +++ b/tests/test-init.lisp @@ -623,11 +623,14 @@ ((and (eq *test-database-underlying-type* :mssql) (clsql-sys:in test :fdml/select/9)) (push (cons test "mssql uses integer math for AVG") skip-tests)) + ((and (not (member *test-database-underlying-type* + '(:postgresql :mysql :sqlite3))) + (clsql-sys:in test :fdml/select/37 :fdml/select/38)) + (push (cons test "LIMIT keyword not supported in SELECT") skip-tests)) (t (push test-form test-forms))))) (values (nreverse test-forms) (nreverse skip-tests)))) - (defun rapid-load (type &optional (position 0)) "Rapid load for interactive testing." (when *default-database*