-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
All issues
Issue creation is restricted in this repository
Issues
is:issue state:open
is:issue state:open
Search results
- Status: Open.#7842 In go-gorm/gorm;
CreateInBatches silently skips uint64 ID population above MaxInt64
type:with reproduction stepswith reproduction stepswith reproduction stepsStatus: Open.#7835 In go-gorm/gorm;When using operations such as select or distinguish in scope, it can cause errors in the count statement
type:missing reproduction stepsmissing reproduction stepsmissing reproduction stepsStatus: Open.#7834 In go-gorm/gorm;Prepared statement leak: expired cache entry overwritten without Close
type:with reproduction stepswith reproduction stepswith reproduction stepsStatus: Open.#7832 In go-gorm/gorm;Cached prepared statement closed by eviction between lookup and execution
type:with reproduction stepswith reproduction stepswith reproduction stepsStatus: Open.#7831 In go-gorm/gorm;Generics API: allow JoinTarget to override association join table
type:with reproduction stepswith reproduction stepswith reproduction stepsStatus: Open.#7812 In go-gorm/gorm;- Status: Open.#7804 In go-gorm/gorm;
Performance: reduce reflection and fmt.Sprintf allocations in SQL building paths
type:feature_requestfeature requestfeature requestStatus: Open.#7791 In go-gorm/gorm;Performance: improve preload efficiency — O(n²) assignment, concurrent loading, batch splitting
type:feature_requestfeature requestfeature requestStatus: Open.#7792 In go-gorm/gorm;Performance: reduce per-query allocations with sync.Pool for Statement and scan buffers
type:feature_requestfeature requestfeature requestStatus: Open.#7789 In go-gorm/gorm;Performance: lock contention and goroutine leak in prepared statement cache / LRU
type:criticalcritical questionscritical questionstype:feature_requestfeature requestfeature requestStatus: Open.#7788 In go-gorm/gorm;Performance: eliminate hot-path overhead when logger is Silent (Trace closure, time.Now, context leak)
type:feature_requestfeature requestfeature requestStatus: Open.#7786 In go-gorm/gorm;