[#4428] DELETE .. RETURNING is unavailable without WHERE
This commit is contained in:
parent
285f0faf1c
commit
97bcb67288
@ -57,7 +57,7 @@ import org.jooq.impl.DSL;
|
||||
*
|
||||
* @author Lukas Eder
|
||||
*/
|
||||
public interface DeleteWhereStep<R extends Record> extends DeleteFinalStep<R> {
|
||||
public interface DeleteWhereStep<R extends Record> extends DeleteFinalStep<R>, DeleteReturningStep<R> {
|
||||
|
||||
/**
|
||||
* Add conditions to the query, connecting them with each other with
|
||||
|
||||
Loading…
Reference in New Issue
Block a user