[#4428] DELETE .. RETURNING is unavailable without WHERE

This commit is contained in:
lukaseder 2015-07-27 14:32:23 +02:00
parent 285f0faf1c
commit 97bcb67288

View File

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