mirror of
https://github.com/go-gitea/gitea.git
synced 2026-07-07 06:15:19 +01:00
bb5f859ec0
Use `ToASCIIUpper` for SQLite database on issues search, this because `UPPER(x)` on SQLite only transforms ASCII letters. Resolves #18429