[PR #5229] [MERGED] This commit will reduce join star, repo_topic, topic tables on repo search, so that fix extra columns problem on mssql (#5136) #17712

Closed
opened 2025-11-02 15:12:27 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/5229
Author: @lunny
Created: 10/31/2018
Status: Merged
Merged: 11/1/2018
Merged by: @techknowlogick

Base: release/v1.6Head: lunny/fix_mssql_repo_search2


📝 Commits (2)

  • 19103e1 This commit will reduce join star, repo_topic, topic tables on repo search, so that fix extra columns problem on mssql (#5136)
  • bba4aa9 Merge branch 'release/v1.6' into lunny/fix_mssql_repo_search2

📊 Changes

2 files changed (+22 additions, -36 deletions)

View changed files

📝 models/repo_list.go (+19 -36)
📝 models/repo_list_test.go (+3 -0)

📄 Description

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

  • fix tests

backport from #5136


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/go-gitea/gitea/pull/5229 **Author:** [@lunny](https://github.com/lunny) **Created:** 10/31/2018 **Status:** ✅ Merged **Merged:** 11/1/2018 **Merged by:** [@techknowlogick](https://github.com/techknowlogick) **Base:** `release/v1.6` ← **Head:** `lunny/fix_mssql_repo_search2` --- ### 📝 Commits (2) - [`19103e1`](https://github.com/go-gitea/gitea/commit/19103e17775cd8a303b9be7e3cdaf5cdddfbaba0) This commit will reduce join star, repo_topic, topic tables on repo search, so that fix extra columns problem on mssql (#5136) - [`bba4aa9`](https://github.com/go-gitea/gitea/commit/bba4aa98f4ae720c6e50285b60be21dd7c356a76) Merge branch 'release/v1.6' into lunny/fix_mssql_repo_search2 ### 📊 Changes **2 files changed** (+22 additions, -36 deletions) <details> <summary>View changed files</summary> 📝 `models/repo_list.go` (+19 -36) 📝 `models/repo_list_test.go` (+3 -0) </details> ### 📄 Description * This commit will reduce join star, repo_topic, topic tables on repo search, so that fix extra columns problem on mssql * fix tests backport from #5136 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-02 15:12:28 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#17712