[#6083] Cannot combine INSERT .. DEFAULT VALUES with ON DUPLICATE / ON CONFLICT

This commit is contained in:
lukaseder 2017-04-17 18:16:55 +02:00
parent 1bef9d4791
commit 34d16b48f4

View File

@ -310,7 +310,7 @@ public interface InsertSetStep<R extends Record> {
* Add an empty record with default values.
*/
@Support({ CUBRID, DERBY, FIREBIRD, H2, HSQLDB, MARIADB, MYSQL, POSTGRES, SQLITE })
InsertReturningStep<R> defaultValues();
InsertOnDuplicateStep<R> defaultValues();
/**
* Use a <code>SELECT</code> statement as the source of values for the