-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Open
Labels
type:with reproduction stepswith reproduction stepswith reproduction steps
Description
GORM Playground Link
Description
I am updating some columns in a model that has it's child associations loaded.
In another transaction that is running on another goroutine, i am hard deleting one of the child associations of the parent.
When the transaction that deletes the child association commits first, the UpdateColums method reinserts the deleted child row into the table.
I expect that UpdateColums only performs an update on those columns, and does not perform any operations outside of this model.
Metadata
Metadata
Assignees
Labels
type:with reproduction stepswith reproduction stepswith reproduction steps