[jOOQ/jOOQ#9445] Support ALTER INDEX .. RENAME

This commit is contained in:
Lukas Eder 2019-10-25 16:56:57 +02:00
parent ab7d81bc8d
commit ac8e5960da
2 changed files with 7 additions and 0 deletions

View File

@ -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;

View File

@ -946,6 +946,12 @@ final class AlterTableImpl extends AbstractRowCountQuery implements
case MYSQL:
break;