mirror of
https://github.com/go-gitea/gitea
synced 2025-01-18 13:44:27 +00:00
4c29c75968
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.