Cr.
Cr.
- [x] Do only one thing - [x] Non breaking API changes - [x] Tested ### What did this pull request do? related to https://github.com/go-gorm/gorm/issues/4872#issuecomment-1207201423 I also don't think right...
- [x] Do only one thing - [x] Non breaking API changes - [x] Tested ### What did this pull request do? close #4419 ### User Case Description
- [x] Do only one thing - [x] Non breaking API changes - [x] Tested ### What did this pull request do? A way for improve compare field in different...
**What happened**: I'm reading the seata-go code, but some parameters are hard for me to understand. The `Timeout` below is of type int32, but I can't figure out its unit,...
**Is your feature request related to a problem? Please describe.** We usually don't declare all services in one IDL (proto file). Take [COMMUNITY_MEMBERSHIP](https://github.com/cloudwego/community/blob/main/COMMUNITY_MEMBERSHIP.md) as an example, we usually logically distinguish...
## Is your feature request related to a problem? Please describe. ### en At present, it is difficult for us to directly use hlog in business scenarios. First of all...
- [x] Do only one thing - [x] Non breaking API changes - [x] Tested ### What did this pull request do? close #5781 ### User Case Description
## Describe the feature Currently, some APIs lose context, which may cause context-based functions to fail in this part of the API, such as trace. https://github.com/go-gorm/gorm/blob/master/finisher_api.go#L530 ## Motivation Make sure...
## 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](https://github.com/go-gorm/gorm/pull/6137) and [Joins](https://github.com/go-gorm/gorm/pull/6067). If we use nested `Delete` at this...
## Your Question I want to generate other content while generating database code, such as `.proto` files, does `gen` support by third-party plugins? I try to generate code through the...