From 10e330343ca663a79455aba82f69dfb87c27b0dd Mon Sep 17 00:00:00 2001 From: Lukas Eder Date: Sat, 18 Feb 2012 16:30:00 +0000 Subject: [PATCH] Fixed MySQL datetime test case --- jOOQ-test/src/org/jooq/test/mysql/create.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jOOQ-test/src/org/jooq/test/mysql/create.sql b/jOOQ-test/src/org/jooq/test/mysql/create.sql index debdfe37f6..02dee6956d 100644 --- a/jOOQ-test/src/org/jooq/test/mysql/create.sql +++ b/jOOQ-test/src/org/jooq/test/mysql/create.sql @@ -53,7 +53,7 @@ CREATE TABLE t_dates ( id int, d date, t time, - ts timestamp, + ts datetime, d_int int, ts_bigint bigint,