go-gorm / gen

Gen: Friendly & Safer GORM powered by Code Generation
https://gorm.io/gen/
MIT License
2.23k stars 293 forks source link

feat:support soft delete for join #1199

Open YukiMichishita opened 1 month ago

YukiMichishita commented 1 month ago

What did this pull request do?

This pull request adds support for handling soft deletes in the target table during JOIN operations. Close https://github.com/go-gorm/gen/issues/883.