[jOOQ/jOOQ#9380] Fixed implementation for DROP COLUMN .. CASCADE
This commit is contained in:
parent
8ca191ae01
commit
4b2c044cdc
@ -1453,10 +1453,10 @@ final class AlterTableImpl extends AbstractRowCountQuery implements
|
||||
|
||||
|
||||
|
||||
|
||||
acceptCascade(ctx);
|
||||
}
|
||||
|
||||
acceptCascade(ctx);
|
||||
|
||||
|
||||
|
||||
|
||||
@ -1511,6 +1511,8 @@ final class AlterTableImpl extends AbstractRowCountQuery implements
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
case HSQLDB:
|
||||
case POSTGRES:
|
||||
default:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user