gitea/models
Giteabot 64c0a6a4e2
Quote table release in sql queries (#27205) (#27218)
Backport #27205 by @KN4CK3R

Fixes #27174

`release` is a reserved keyword in MySql. I can't reproduce the issue on
my setup and we have a test for that code but it seems there can be
setups where it fails.


a101dbaa79/tests/integration/repo_activity_test.go (L45-L46)

Co-authored-by: KN4CK3R <admin@oldschoolhack.me>
2023-09-23 21:15:05 +00:00
..
actions Next round of db.DefaultContext refactor (#27089) 2023-09-16 14:39:12 +00:00
activities Quote table release in sql queries (#27205) (#27218) 2023-09-23 21:15:05 +00:00
admin Next round of db.DefaultContext refactor (#27089) 2023-09-16 14:39:12 +00:00
asymkey Reduce usage of db.DefaultContext (#27073) 2023-09-14 17:09:32 +00:00
auth Next round of db.DefaultContext refactor (#27089) 2023-09-16 14:39:12 +00:00
avatars Fix context cache bug & enable context cache for dashabord commits' authors (#26991) 2023-09-11 10:14:01 +00:00
db
dbfs
fixtures Fix review request number and add more tests (#27104) (#27168) 2023-09-21 17:01:37 +00:00
git Search branches (#27055) 2023-09-17 08:24:40 +00:00
issues Fix review request number and add more tests (#27104) (#27168) 2023-09-21 17:01:37 +00:00
migrations Add index to issue_user.issue_id (#27154) (#27158) 2023-09-21 11:42:34 +08:00
organization Next round of db.DefaultContext refactor (#27089) 2023-09-16 14:39:12 +00:00
packages move repository deletion to service layer (#26948) 2023-09-08 04:51:15 +00:00
perm move repository deletion to service layer (#26948) 2023-09-08 04:51:15 +00:00
project
pull
repo Add RemoteAddress to mirrors (#26952) 2023-09-16 16:03:02 +00:00
secret
shared/types
system Fix context cache bug & enable context cache for dashabord commits' authors (#26991) 2023-09-11 10:14:01 +00:00
unit
unittest
user Next round of db.DefaultContext refactor (#27089) 2023-09-16 14:39:12 +00:00
webhook
error.go
fixture_generation.go
fixture_test.go
main_test.go move repository deletion to service layer (#26948) 2023-09-08 04:51:15 +00:00
org_team_test.go Reduce usage of db.DefaultContext (#27073) 2023-09-14 17:09:32 +00:00
org_team.go Use db.WithTx for AddTeamMember to avoid ctx abuse (#27095) 2023-09-16 12:54:23 +00:00
org_test.go
org.go
repo_test.go
repo_transfer_test.go Next round of db.DefaultContext refactor (#27089) 2023-09-16 14:39:12 +00:00
repo_transfer.go Next round of db.DefaultContext refactor (#27089) 2023-09-16 14:39:12 +00:00
repo.go move repository deletion to service layer (#26948) 2023-09-08 04:51:15 +00:00