gorm
gorm copied to clipboard
feat: support nested delete
Describe the feature
Support nested Delete
by .Select("A.B").Delete(...)
just like .Preload("A.B").Find(...)
Motivation
At present, gorm already supports nested Preload and Joins. If we use nested Delete
at this time, we will find that it will not take effect because we do not support it yet.
If anyone is interested in the above tasks, please leave a message in the comments.
Related Issues
https://github.com/go-gorm/gorm/pull/6137 https://github.com/go-gorm/gorm/pull/6067
@a631807682 You can assign this to me.
i want to do this, plase assign to me.
i want to do this, plase assign to me.
thanks
any progress?