[jOOQ/jOOQ#8780] Support SQLSERVER in AlterIndexStep
Add support for SQLSERVER2016 and SQLDATAWAREHOUSE to `AlterIndexStep`.
This commit is contained in:
parent
222005c580
commit
375ae0c70a
@ -48,6 +48,8 @@ import static org.jooq.SQLDialect.MARIADB;
|
||||
import static org.jooq.SQLDialect.MYSQL;
|
||||
// ...
|
||||
import static org.jooq.SQLDialect.POSTGRES;
|
||||
// ...
|
||||
// ...
|
||||
|
||||
/**
|
||||
* The step in the <code>ALTER INDEX</code> where the action can be decided.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user