[jOOQ/jOOQ#11281] Wrong SQLSTATE handled in Db2's CREATE INDEX IF NOT
EXISTS
This commit is contained in:
parent
e4c86cd43c
commit
416fdaab4e
@ -360,8 +360,10 @@ final class Keywords {
|
||||
static final Keyword K_SET_DEFAULT = keyword("set default");
|
||||
static final Keyword K_SET_NOT_NULL = keyword("set not null");
|
||||
static final Keyword K_SIBLINGS = keyword("siblings");
|
||||
static final Keyword K_SIGNAL = keyword("signal");
|
||||
static final Keyword K_SKIP = keyword("skip");
|
||||
static final Keyword K_SQL = keyword("sql");
|
||||
static final Keyword K_SQLCODE = keyword("sqlcode");
|
||||
static final Keyword K_SQLSTATE = keyword("sqlstate");
|
||||
static final Keyword K_START_AT = keyword("start at");
|
||||
static final Keyword K_START_WITH = keyword("start with");
|
||||
|
||||
@ -60,7 +60,6 @@ import static org.jooq.SQLDialect.MYSQL;
|
||||
import static org.jooq.SQLDialect.POSTGRES;
|
||||
// ...
|
||||
// ...
|
||||
// ...
|
||||
import static org.jooq.SQLDialect.SQLITE;
|
||||
// ...
|
||||
// ...
|
||||
@ -278,7 +277,6 @@ import org.jooq.UDTRecord;
|
||||
import org.jooq.UpdatableRecord;
|
||||
import org.jooq.XML;
|
||||
import org.jooq.conf.BackslashEscaping;
|
||||
import org.jooq.conf.ParamType;
|
||||
import org.jooq.conf.ParseNameCase;
|
||||
import org.jooq.conf.RenderDefaultNullability;
|
||||
import org.jooq.conf.RenderQuotedNames;
|
||||
@ -4662,6 +4660,11 @@ final class Tools {
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user