0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-02-10 15:48:27 -05:00
forgejo/models/db
Gusted 4e8f6b2ffd
[GITEA] Add slow SQL query warning (squash) Fix setting typo
- Fix typo in the slow query threshold setting, add a deprecation warning.
- Resolves 

(cherry picked from commit 02f6608e5f)
2024-01-28 11:07:32 +01:00
..
install
paginator Move more functions to db.Find () 2024-01-15 02:19:25 +00:00
collation.go Recommend/convert to use case-sensitive collation for MySQL/MSSQL () 2024-01-10 11:03:23 +00:00
common.go Fix NuGet search endpoints () 2023-08-14 02:50:55 +00:00
consistency.go
context.go Refactor deletion () 2023-12-25 21:25:29 +01:00
context_committer_test.go
context_test.go
convert.go Recommend/convert to use case-sensitive collation for MySQL/MSSQL () 2024-01-10 11:03:23 +00:00
engine.go [GITEA] Add slow SQL query warning (squash) Fix setting typo 2024-01-28 11:07:32 +01:00
engine_test.go [GITEA] Log SQL queries when the database return error 2024-01-28 10:58:28 +01:00
error.go Refactor deletion () 2023-12-25 21:25:29 +01:00
index.go
index_test.go
iterate.go refactor: make db iterate context aware () 2023-10-21 10:05:29 +08:00
iterate_test.go Remove GetByBean method because sometimes it's danger when query condition parameter is zero and also introduce new generic methods () 2023-12-07 15:27:36 +08:00
list.go Move more functions to db.Find () 2024-01-15 02:19:25 +00:00
list_test.go Use db.Find instead of writing methods for every object () 2023-11-24 03:49:41 +00:00
log.go Replace interface{} with any () 2023-07-04 18:36:08 +00:00
main_test.go make writing main test easier () 2023-09-28 01:38:53 +00:00
name.go
search.go Split lfs size from repository size () 2023-06-28 22:41:02 +00:00
sequence.go
sql_postgres_with_schema.go