[jOOQ/jOOQ#10825] Informix doesn't support the RECURSIVE keyword

This commit is contained in:
Lukas Eder 2020-11-02 13:30:18 +01:00
parent 228cdba3af
commit 24b1795852

View File

@ -42,6 +42,7 @@ import static org.jooq.Clause.WITH;
// ...
// ...
// ...
// ...
import static org.jooq.impl.DSL.count;
import static org.jooq.impl.DSL.name;
import static org.jooq.impl.DSL.one;