diff --git a/jOOQ-test/src/org/jooq/test/_/testcases/PlainSQLTests.java b/jOOQ-test/src/org/jooq/test/_/testcases/PlainSQLTests.java index 7c002a25b0..10f4712fb3 100644 --- a/jOOQ-test/src/org/jooq/test/_/testcases/PlainSQLTests.java +++ b/jOOQ-test/src/org/jooq/test/_/testcases/PlainSQLTests.java @@ -39,6 +39,7 @@ import static junit.framework.Assert.assertEquals; import static junit.framework.Assert.assertFalse; import static junit.framework.Assert.assertNotNull; import static junit.framework.Assert.assertTrue; +import static org.jooq.SQLDialect.FIREBIRD; import static org.jooq.impl.Factory.field; import static org.jooq.impl.Factory.fieldByName; import static org.jooq.impl.Factory.function; @@ -432,6 +433,12 @@ extends BaseTest