[jOOQ/jOOQ#14316] Informix CURRENT_TIMESTAMP emulation doesn't work as DDL DEFAULT expression
This commit is contained in:
parent
af05a5cac1
commit
463727a45c
@ -51,7 +51,10 @@ import static org.jooq.SQLDialect.SQLITE;
|
||||
// ...
|
||||
// ...
|
||||
import static org.jooq.impl.Keywords.K_CURRENT;
|
||||
import static org.jooq.impl.Keywords.K_FRACTION;
|
||||
import static org.jooq.impl.Keywords.K_TIMESTAMP;
|
||||
import static org.jooq.impl.Keywords.K_TO;
|
||||
import static org.jooq.impl.Keywords.K_YEAR;
|
||||
import static org.jooq.impl.Names.N_CURRENT_BIGDATETIME;
|
||||
import static org.jooq.impl.Names.N_CURRENT_TIMESTAMP;
|
||||
import static org.jooq.impl.Names.N_GETDATE;
|
||||
|
||||
@ -189,6 +189,7 @@ final class Keywords {
|
||||
static final Keyword K_FOREIGN_KEY = keyword("foreign key");
|
||||
static final Keyword K_FORMAT = keyword("format");
|
||||
static final Keyword K_FOR_PORTION_OF = keyword("for portion of");
|
||||
static final Keyword K_FRACTION = keyword("fraction");
|
||||
static final Keyword K_FROM = keyword("from");
|
||||
static final Keyword K_FUNCTION = keyword("function");
|
||||
static final Keyword K_GENERATED = keyword("generated");
|
||||
|
||||
Loading…
Reference in New Issue
Block a user