[PR #987] [MERGED] Update xorm for fixing bug on processor BeforeSet and AfterSet when Find a map #15699

Closed
opened 2025-11-02 11:52:35 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/987
Author: @lunny
Created: 2/20/2017
Status: Merged
Merged: 2/20/2017
Merged by: @lunny

Base: masterHead: lunny/update_xorm_find_map


📝 Commits (1)

  • ff0ac38 update xorm for fixing bug on processor BeforeSet and AfterSet when Find a map

📊 Changes

7 files changed (+363 additions, -153 deletions)

View changed files

vendor/github.com/go-xorm/xorm/convert.go (+249 -0)
📝 vendor/github.com/go-xorm/xorm/helpers.go (+23 -14)
📝 vendor/github.com/go-xorm/xorm/rows.go (+2 -1)
📝 vendor/github.com/go-xorm/xorm/session.go (+26 -65)
📝 vendor/github.com/go-xorm/xorm/session_find.go (+59 -69)
📝 vendor/github.com/go-xorm/xorm/session_get.go (+1 -1)
📝 vendor/vendor.json (+3 -3)

📄 Description

No description provided


🔄 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/987 **Author:** [@lunny](https://github.com/lunny) **Created:** 2/20/2017 **Status:** ✅ Merged **Merged:** 2/20/2017 **Merged by:** [@lunny](https://github.com/lunny) **Base:** `master` ← **Head:** `lunny/update_xorm_find_map` --- ### 📝 Commits (1) - [`ff0ac38`](https://github.com/go-gitea/gitea/commit/ff0ac3878bc9a9f3b97aa98c9ad168f57454f382) update xorm for fixing bug on processor BeforeSet and AfterSet when Find a map ### 📊 Changes **7 files changed** (+363 additions, -153 deletions) <details> <summary>View changed files</summary> ➕ `vendor/github.com/go-xorm/xorm/convert.go` (+249 -0) 📝 `vendor/github.com/go-xorm/xorm/helpers.go` (+23 -14) 📝 `vendor/github.com/go-xorm/xorm/rows.go` (+2 -1) 📝 `vendor/github.com/go-xorm/xorm/session.go` (+26 -65) 📝 `vendor/github.com/go-xorm/xorm/session_find.go` (+59 -69) 📝 `vendor/github.com/go-xorm/xorm/session_get.go` (+1 -1) 📝 `vendor/vendor.json` (+3 -3) </details> ### 📄 Description _No description provided_ --- <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:52:35 -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#15699