From 3d506ce727617bb48189561c4b58d62e6f32ff0c Mon Sep 17 00:00:00 2001 From: Lukas Eder Date: Tue, 19 Nov 2013 18:22:10 +0100 Subject: [PATCH] HSQLDB seems to have changed their syntax semantics in the context of NATURAL JOIN or JOIN .. USING() --- .../src/org/jooq/test/_/testcases/JoinTests.java | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/jOOQ-test/src/org/jooq/test/_/testcases/JoinTests.java b/jOOQ-test/src/org/jooq/test/_/testcases/JoinTests.java index 9b9c74b944..905da3743d 100644 --- a/jOOQ-test/src/org/jooq/test/_/testcases/JoinTests.java +++ b/jOOQ-test/src/org/jooq/test/_/testcases/JoinTests.java @@ -47,6 +47,8 @@ import static junit.framework.Assert.assertTrue; import static junit.framework.Assert.fail; import static org.jooq.SQLDialect.CUBRID; // ... +import static org.jooq.SQLDialect.HSQLDB; +// ... // ... import static org.jooq.SQLDialect.SQLITE; import static org.jooq.impl.DSL.count; @@ -70,7 +72,6 @@ import org.jooq.Record2; import org.jooq.Record3; import org.jooq.Record6; import org.jooq.Result; -import org.jooq.SQLDialect; import org.jooq.Select; import org.jooq.SelectQuery; import org.jooq.Table; @@ -309,10 +310,8 @@ extends BaseTest> result = create().select(TAuthor_LAST_NAME(), TBook_TITLE()) @@ -356,10 +355,8 @@ extends BaseTest> result = create().select(TAuthor_LAST_NAME(), TBook_TITLE())