[PR #150] [MERGED] Fix error 500 on organization dashboard page #15185

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

📋 Pull Request Information

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

Base: masterHead: lunny/update_xorm_for_bug_fix


📝 Commits (1)

  • e44329a Fix error 500 on organization dashboard page

📊 Changes

12 files changed (+182 additions, -154 deletions)

View changed files

📝 vendor/github.com/go-xorm/xorm/engine.go (+33 -13)
📝 vendor/github.com/go-xorm/xorm/lru_cacher.go (+2 -2)
📝 vendor/github.com/go-xorm/xorm/memory_store.go (+1 -1)
📝 vendor/github.com/go-xorm/xorm/mssql_dialect.go (+8 -9)
📝 vendor/github.com/go-xorm/xorm/mysql_dialect.go (+6 -7)
📝 vendor/github.com/go-xorm/xorm/oracle_dialect.go (+20 -20)
📝 vendor/github.com/go-xorm/xorm/postgres_dialect.go (+16 -15)
📝 vendor/github.com/go-xorm/xorm/processors.go (+6 -6)
📝 vendor/github.com/go-xorm/xorm/session.go (+23 -19)
📝 vendor/github.com/go-xorm/xorm/sqlite3_dialect.go (+4 -3)
📝 vendor/github.com/go-xorm/xorm/statement.go (+48 -44)
📝 vendor/vendor.json (+15 -15)

📄 Description

Fix the behaviour of the function Count in XORM

This will replace #147. So #147 could be closed.


🔄 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/150 **Author:** [@lunny](https://github.com/lunny) **Created:** 11/11/2016 **Status:** ✅ Merged **Merged:** 11/11/2016 **Merged by:** [@lunny](https://github.com/lunny) **Base:** `master` ← **Head:** `lunny/update_xorm_for_bug_fix` --- ### 📝 Commits (1) - [`e44329a`](https://github.com/go-gitea/gitea/commit/e44329a4220fa6add8f2cf18c2e5ac3a2b746d47) Fix error 500 on organization dashboard page ### 📊 Changes **12 files changed** (+182 additions, -154 deletions) <details> <summary>View changed files</summary> 📝 `vendor/github.com/go-xorm/xorm/engine.go` (+33 -13) 📝 `vendor/github.com/go-xorm/xorm/lru_cacher.go` (+2 -2) 📝 `vendor/github.com/go-xorm/xorm/memory_store.go` (+1 -1) 📝 `vendor/github.com/go-xorm/xorm/mssql_dialect.go` (+8 -9) 📝 `vendor/github.com/go-xorm/xorm/mysql_dialect.go` (+6 -7) 📝 `vendor/github.com/go-xorm/xorm/oracle_dialect.go` (+20 -20) 📝 `vendor/github.com/go-xorm/xorm/postgres_dialect.go` (+16 -15) 📝 `vendor/github.com/go-xorm/xorm/processors.go` (+6 -6) 📝 `vendor/github.com/go-xorm/xorm/session.go` (+23 -19) 📝 `vendor/github.com/go-xorm/xorm/sqlite3_dialect.go` (+4 -3) 📝 `vendor/github.com/go-xorm/xorm/statement.go` (+48 -44) 📝 `vendor/vendor.json` (+15 -15) </details> ### 📄 Description Fix the behaviour of the function `Count` in XORM This will replace #147. So #147 could be closed. --- <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:49 -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#15185