[PR #665] [MERGED] Fix ambiguity bug in getCommentsByRepoIDSince #15518

Closed
opened 2025-11-02 11:48:25 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/665
Author: @ethantkoenig
Created: 1/13/2017
Status: Merged
Merged: 1/14/2017
Merged by: @lunny

Base: masterHead: fix/comments


📝 Commits (1)

  • 780fb2c Fix ambiguity bug in getCommentsByRepoIDSince

📊 Changes

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

View changed files

📝 models/issue_comment.go (+4 -2)

📄 Description

In getCommentsByRepoIDSince, there's are join of the issue and comment tables, both of which have created_unix and updated_unix columns. See issue #663.


🔄 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/665 **Author:** [@ethantkoenig](https://github.com/ethantkoenig) **Created:** 1/13/2017 **Status:** ✅ Merged **Merged:** 1/14/2017 **Merged by:** [@lunny](https://github.com/lunny) **Base:** `master` ← **Head:** `fix/comments` --- ### 📝 Commits (1) - [`780fb2c`](https://github.com/go-gitea/gitea/commit/780fb2c3defcc9eeea40cf0341e793320b374fb8) Fix ambiguity bug in getCommentsByRepoIDSince ### 📊 Changes **1 file changed** (+4 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `models/issue_comment.go` (+4 -2) </details> ### 📄 Description In `getCommentsByRepoIDSince`, there's are join of the `issue` and `comment` tables, both of which have `created_unix` and `updated_unix` columns. See issue #663. --- <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:48:25 -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#15518