db icon indicating copy to clipboard operation
db copied to clipboard

`Command::upsertWithReturningPks()` required for `ActiveRecord::upsert()`

Open Tigrov opened this issue 6 months ago • 0 comments

https://github.com/yiisoft/active-record/issues/74

ActiveRecord::upsert() requires retrieving the primary keys after the query is executed.

Tigrov avatar Jan 06 '24 03:01 Tigrov