[jOOQ/jOOQ#10528] More informix fixes
This commit is contained in:
parent
babc7908a7
commit
25325f4d8d
@ -44,6 +44,7 @@ import static org.jooq.SQLDialect.FIREBIRD;
|
||||
import static org.jooq.SQLDialect.H2;
|
||||
// ...
|
||||
import static org.jooq.SQLDialect.HSQLDB;
|
||||
// ...
|
||||
import static org.jooq.SQLDialect.MARIADB;
|
||||
import static org.jooq.SQLDialect.MYSQL;
|
||||
// ...
|
||||
|
||||
@ -222,6 +222,11 @@ package org.jooq.impl;
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -149,6 +149,7 @@ final class Keywords {
|
||||
static final Keyword K_DROP_VIEW = keyword("drop view");
|
||||
static final Keyword K_EACH = keyword("each");
|
||||
static final Keyword K_ELEMENTS = keyword("elements");
|
||||
static final Keyword K_ELIF = keyword("elif");
|
||||
static final Keyword K_ELSE = keyword("else");
|
||||
static final Keyword K_ELSEIF = keyword("elseif");
|
||||
static final Keyword K_ELSIF = keyword("elsif");
|
||||
|
||||
Loading…
Reference in New Issue
Block a user