gitea/models/db
delvh 0ebb45cfe7
Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)
2 years ago
..
install
paginator
common.go
consistency.go
context.go
convert.go
engine.go Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551) 2 years ago
engine_test.go
error.go Make every not exist error unwrappable to a fs.ErrNotExist (#20891) 2 years ago
index.go Refactor GetNextResourceIndex to make it work properly with transaction (#21469) 2 years ago
index_test.go Refactor GetNextResourceIndex to make it work properly with transaction (#21469) 2 years ago
iterate.go
list_options.go
log.go
main_test.go
name.go Make every not exist error unwrappable to a fs.ErrNotExist (#20891) 2 years ago
search.go
sequence.go
sql_postgres_with_schema.go