]> source.dussan.org Git - gitea.git/commit
This commit will reduce join star, repo_topic, topic tables on repo search, so that...
authorLunny Xiao <xiaolunwen@gmail.com>
Tue, 30 Oct 2018 21:48:37 +0000 (05:48 +0800)
committertechknowlogick <hello@techknowlogick.com>
Tue, 30 Oct 2018 21:48:37 +0000 (17:48 -0400)
commit10370651fcd14b61524e1dd1ca941af640916814
treeed4db8c694b0189f8dfb5d8e201494a7c5e9c46f
parente5daa2698fb27bb734d0788f48f15608f7fc170f
This commit will reduce join star, repo_topic, topic tables on repo search, so that fix extra columns problem on mssql (#5136)

* This commit will reduce join star, repo_topic, topic tables on repo search, so that fix extra columns problem on mssql

* fix tests
models/repo_list.go
models/repo_list_test.go