mirror of
https://github.com/go-gitea/gitea
synced 2025-03-09 20:24:28 +00:00
This is a regression from #28220 . `builder.Cond` will not add `` ` `` automatically but xorm method `Get/Find` adds `` ` ``. This PR also adds tests to prevent the method from being implemented incorrectly. The tests are added in `integrations` to test every database.