[jOOQ/jOOQ#11605] DropTableStep.cascade() and restrict() have wrong

dialects in Support annotation
This commit is contained in:
Lukas Eder 2021-03-10 13:43:43 +01:00
parent d176d7f659
commit 2cd7772438

View File

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