[jOOQ/jOOQ#9445] Support ALTER INDEX .. RENAME
This commit is contained in:
parent
ab7d81bc8d
commit
ac8e5960da
@ -40,6 +40,7 @@ package org.jooq;
|
||||
// ...
|
||||
// ...
|
||||
// ...
|
||||
// ...
|
||||
import static org.jooq.SQLDialect.DERBY;
|
||||
import static org.jooq.SQLDialect.H2;
|
||||
import static org.jooq.SQLDialect.HSQLDB;
|
||||
|
||||
@ -946,6 +946,12 @@ final class AlterTableImpl extends AbstractRowCountQuery implements
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
case MYSQL:
|
||||
break;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user