[PR #1651] [MERGED] Update xorm to latest version #15974

Closed
opened 2025-11-02 11:59:21 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/1651
Author: @lafriks
Created: 5/1/2017
Status: Merged
Merged: 5/2/2017
Merged by: @lunny

Base: masterHead: update_xorm_dependency


📝 Commits (2)

📊 Changes

18 files changed (+251 additions, -141 deletions)

View changed files

📝 vendor/github.com/go-xorm/builder/cond_in.go (+23 -17)
📝 vendor/github.com/go-xorm/builder/cond_like.go (+6 -1)
📝 vendor/github.com/go-xorm/builder/cond_notin.go (+42 -17)
📝 vendor/github.com/go-xorm/xorm/convert.go (+50 -0)
📝 vendor/github.com/go-xorm/xorm/engine.go (+17 -19)
📝 vendor/github.com/go-xorm/xorm/helpers.go (+3 -9)
📝 vendor/github.com/go-xorm/xorm/rows.go (+7 -2)
📝 vendor/github.com/go-xorm/xorm/session.go (+34 -35)
📝 vendor/github.com/go-xorm/xorm/session_delete.go (+3 -1)
📝 vendor/github.com/go-xorm/xorm/session_find.go (+6 -2)
📝 vendor/github.com/go-xorm/xorm/session_get.go (+6 -2)
📝 vendor/github.com/go-xorm/xorm/session_insert.go (+13 -9)
📝 vendor/github.com/go-xorm/xorm/session_raw.go (+6 -12)
📝 vendor/github.com/go-xorm/xorm/session_schema.go (+12 -4)
📝 vendor/github.com/go-xorm/xorm/session_update.go (+3 -1)
📝 vendor/github.com/go-xorm/xorm/statement.go (+13 -3)
📝 vendor/github.com/go-xorm/xorm/xorm.go (+1 -1)
📝 vendor/vendor.json (+6 -6)

📄 Description

Update xorm to latest version to remove debug output from console that have been fixed upstream


🔄 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/1651 **Author:** [@lafriks](https://github.com/lafriks) **Created:** 5/1/2017 **Status:** ✅ Merged **Merged:** 5/2/2017 **Merged by:** [@lunny](https://github.com/lunny) **Base:** `master` ← **Head:** `update_xorm_dependency` --- ### 📝 Commits (2) - [`d4d16c5`](https://github.com/go-gitea/gitea/commit/d4d16c58215c5b4eeb87eb7377b77299c8289c0d) Update xorm to latest version - [`2bc7bbf`](https://github.com/go-gitea/gitea/commit/2bc7bbff1fad31ca9e87553709557b19c00e1ce0) Update xorm/builder ### 📊 Changes **18 files changed** (+251 additions, -141 deletions) <details> <summary>View changed files</summary> 📝 `vendor/github.com/go-xorm/builder/cond_in.go` (+23 -17) 📝 `vendor/github.com/go-xorm/builder/cond_like.go` (+6 -1) 📝 `vendor/github.com/go-xorm/builder/cond_notin.go` (+42 -17) 📝 `vendor/github.com/go-xorm/xorm/convert.go` (+50 -0) 📝 `vendor/github.com/go-xorm/xorm/engine.go` (+17 -19) 📝 `vendor/github.com/go-xorm/xorm/helpers.go` (+3 -9) 📝 `vendor/github.com/go-xorm/xorm/rows.go` (+7 -2) 📝 `vendor/github.com/go-xorm/xorm/session.go` (+34 -35) 📝 `vendor/github.com/go-xorm/xorm/session_delete.go` (+3 -1) 📝 `vendor/github.com/go-xorm/xorm/session_find.go` (+6 -2) 📝 `vendor/github.com/go-xorm/xorm/session_get.go` (+6 -2) 📝 `vendor/github.com/go-xorm/xorm/session_insert.go` (+13 -9) 📝 `vendor/github.com/go-xorm/xorm/session_raw.go` (+6 -12) 📝 `vendor/github.com/go-xorm/xorm/session_schema.go` (+12 -4) 📝 `vendor/github.com/go-xorm/xorm/session_update.go` (+3 -1) 📝 `vendor/github.com/go-xorm/xorm/statement.go` (+13 -3) 📝 `vendor/github.com/go-xorm/xorm/xorm.go` (+1 -1) 📝 `vendor/vendor.json` (+6 -6) </details> ### 📄 Description Update xorm to latest version to remove debug output from console that have been fixed upstream --- <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:59:21 -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#15974