[PR #152] [MERGED] optimization on database IN #15186

Closed
opened 2025-11-02 11:40:50 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/152
Author: @lunny
Created: 11/11/2016
Status: Merged
Merged: 11/11/2016
Merged by: @metalmatze

Base: masterHead: lunny/optimization_in


📝 Commits (1)

  • ade6d4a optimization on database IN

📊 Changes

1 file changed (+4 additions, -5 deletions)

View changed files

📝 models/org.go (+4 -5)

📄 Description

This PR will remove all str join but use a sql builder and reduce unused codes.


🔄 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/152 **Author:** [@lunny](https://github.com/lunny) **Created:** 11/11/2016 **Status:** ✅ Merged **Merged:** 11/11/2016 **Merged by:** [@metalmatze](https://github.com/metalmatze) **Base:** `master` ← **Head:** `lunny/optimization_in` --- ### 📝 Commits (1) - [`ade6d4a`](https://github.com/go-gitea/gitea/commit/ade6d4a20fed2f84cf98830c9691b826254bd31f) optimization on database IN ### 📊 Changes **1 file changed** (+4 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `models/org.go` (+4 -5) </details> ### 📄 Description This PR will remove all str join but use a sql builder and reduce unused codes. --- <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 11:40:50 -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#15186