1
0
Fork 0
gitea/modules/util
Gusted bb5f859ec0
Fix non-ASCII search on database (#18437)
Use `ToASCIIUpper` for SQLite database on issues search, this because `UPPER(x)` on SQLite only transforms ASCII letters. Resolves #18429
2022-02-01 20:59:25 +08:00
..
compare.go
copy.go
io.go
net.go
paginate.go
paginate_test.go format with gofumpt (#18184) 2022-01-20 18:46:10 +01:00
path.go
path_test.go format with gofumpt (#18184) 2022-01-20 18:46:10 +01:00
remove.go
sanitize.go format with gofumpt (#18184) 2022-01-20 18:46:10 +01:00
sanitize_test.go format with gofumpt (#18184) 2022-01-20 18:46:10 +01:00
shellquote.go format with gofumpt (#18184) 2022-01-20 18:46:10 +01:00
shellquote_test.go
timer.go
truncate.go format with gofumpt (#18184) 2022-01-20 18:46:10 +01:00
truncate_test.go
url.go
util.go Fix non-ASCII search on database (#18437) 2022-02-01 20:59:25 +08:00
util_test.go Fix non-ASCII search on database (#18437) 2022-02-01 20:59:25 +08:00