Git with a cup of tea, painless self-hosted git service
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Lunny Xiao f0bfad29ea
Replace MSSQL driver with a better maintained version (#30390)
2 years ago
..
install
paginator Move more functions to db.Find (#28419) 2 years ago
collation.go Partially enable MSSQL case-sensitive collation support (#29238) 2 years ago
common.go Fix NuGet search endpoints (#25613) 3 years ago
consistency.go Fix oauth2 builtin application logic (#30304) 2 years ago
context.go Fix misuse of `TxContext` (#30061) 2 years ago
context_committer_test.go
context_test.go
convert.go Recommend/convert to use case-sensitive collation for MySQL/MSSQL (#28662) 2 years ago
engine.go Replace MSSQL driver with a better maintained version (#30390) 2 years ago
engine_test.go Rename `Sync2` -> `Sync` (#26479) 3 years ago
error.go Refactor deletion (#28610) 2 years ago
index.go Fix index generation parallelly failure (#25235) 3 years ago
index_test.go
iterate.go refactor: make db iterate context aware (#27710) 2 years ago
iterate_test.go Remove GetByBean method because sometimes it's danger when query condition parameter is zero and also introduce new generic methods (#28220) 2 years ago
list.go Fix joins in `db.Find(AndCount)` (#28978) 2 years ago
list_test.go Use db.Find instead of writing methods for every object (#28084) 2 years ago
log.go Replace `interface{}` with `any` (#25686) 3 years ago
main_test.go make writing main test easier (#27270) 2 years ago
name.go
search.go Split lfs size from repository size (#22900) 3 years ago
sequence.go
sql_postgres_with_schema.go