dave08
08/09/2023, 11:51 AMQueryDsl.update()
doesn't seem to have values { }
when using onDuplicateXXX
?Toshihiro Nakamura
08/09/2023, 12:34 PMonDuplicateXXX
is only supported for QueryDsl.insert()
not for QueryDsl.update()
. values { }
and onDuplicateXXX
cannot be used together for QueryDsl.insert()
.dave08
08/09/2023, 12:35 PMdave08
08/09/2023, 12:38 PMOk, well I guess I'll have to create an instance of the entity to do that, but that's a bit inconsistent...andvalues { }
cannot be used together foronDuplicateXXX
.QueryDsl.insert()