[#5509] Cannot combine INSERT .. SELECT .. RETURNING with an arbitrary number of columns
This commit is contained in:
parent
a3f33268b5
commit
2fd9612cfb
@ -91,5 +91,5 @@ public interface InsertValuesStepN<R extends Record> extends InsertOnDuplicateSt
|
||||
* {@link DSLContext#insertInto(Table, Collection)}
|
||||
*/
|
||||
@Support
|
||||
InsertReturningStep<R> select(Select<?> select);
|
||||
InsertOnDuplicateStep<R> select(Select<?> select);
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user