mirror of
https://github.com/go-gitea/gitea
synced 2025-02-07 07:14:44 +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.