X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=tests%2Ftest-init.lisp;h=da40ad781ec5c6e0f33de48eda73a7daa3340760;hb=e74641f3be973e28b30605777bcd6ad4ec493867;hp=8bfa2dafd08acda7a0a1e1a952e8139228ae3217;hpb=2d52344485c4cb33905086db715eacce87b3f482;p=clsql.git diff --git a/tests/test-init.lisp b/tests/test-init.lisp index 8bfa2da..da40ad7 100644 --- a/tests/test-init.lisp +++ b/tests/test-init.lisp @@ -277,6 +277,17 @@ :oodml/update-instance/6 :oodml/update-instance/7 :oodml/db-auto-sync/3 :oodml/db-auto-sync/4)) (push (cons test ":auto-increment not supported.") skip-tests)) + ((and (not (member *test-database-underlying-type* + '(:postgresql :postgresql-socket))) + (clsql-sys:in test + :time/pg/fdml/usec :time/pg/oodml/no-usec :time/pg/oodml/usec)) + (push (cons test "Postgres specific test.") + skip-tests)) + ((and (member *test-database-underlying-type* '(:mysql)) + (clsql-sys:in test :time/cross-platform/usec/no-tz :time/cross-platform/usec/tz)) + (push (cons test "MySQL does not support fractional seconds on timestamp columns (http://forge.mysql.com/worklog/task.php?id=946).") + skip-tests)) + (t (push test-form test-forms))))) (values (nreverse test-forms) (nreverse skip-tests))))