[jOOQ/jOOQ#11605] DropTableStep.cascade() and restrict() have wrong
dialects in Support annotation
This commit is contained in:
parent
d176d7f659
commit
2cd7772438
@ -70,7 +70,7 @@ public interface DropTableStep extends DropTableFinalStep {
|
||||
/**
|
||||
* Add the <code>CASCADE</code> clause to the <code>DROP TABLE</code> statement.
|
||||
*/
|
||||
@Support
|
||||
@Support({ H2, HSQLDB, MARIADB, MYSQL, POSTGRES })
|
||||
@NotNull
|
||||
DropTableFinalStep cascade();
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user