-
-
Couldn't load subscription status.
- Fork 4.1k
Open
Labels
Description
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.