[PR #692] [MERGED] Update xorm and fix dump command #15530

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

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/692
Author: @lunny
Created: 1/18/2017
Status: Merged
Merged: 1/23/2017
Merged by: @lunny

Base: masterHead: lunny/fix_dump


📝 Commits (5)

📊 Changes

14 files changed (+631 additions, -717 deletions)

View changed files

📝 cmd/dump.go (+5 -1)
📝 vendor/github.com/go-xorm/xorm/doc.go (+2 -2)
📝 vendor/github.com/go-xorm/xorm/engine.go (+65 -157)
📝 vendor/github.com/go-xorm/xorm/helpers.go (+1 -1)
📝 vendor/github.com/go-xorm/xorm/logger.go (+1 -0)
📝 vendor/github.com/go-xorm/xorm/mssql_dialect.go (+528 -528)
📝 vendor/github.com/go-xorm/xorm/mysql_dialect.go (+1 -1)
📝 vendor/github.com/go-xorm/xorm/postgres_dialect.go (+1 -1)
📝 vendor/github.com/go-xorm/xorm/session.go (+5 -5)
📝 vendor/github.com/go-xorm/xorm/session_get.go (+2 -1)
📝 vendor/github.com/go-xorm/xorm/sqlite3_dialect.go (+1 -1)
📝 vendor/github.com/go-xorm/xorm/statement.go (+14 -14)
📝 vendor/github.com/go-xorm/xorm/types.go (+2 -2)
📝 vendor/vendor.json (+3 -3)

📄 Description

This will resolve #686


🔄 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/692 **Author:** [@lunny](https://github.com/lunny) **Created:** 1/18/2017 **Status:** ✅ Merged **Merged:** 1/23/2017 **Merged by:** [@lunny](https://github.com/lunny) **Base:** `master` ← **Head:** `lunny/fix_dump` --- ### 📝 Commits (5) - [`5782462`](https://github.com/go-gitea/gitea/commit/5782462f8fb973742b9757b89c01934b3e05fd47) update xorm and fix dump - [`aa5fcd1`](https://github.com/go-gitea/gitea/commit/aa5fcd13b1fe4ac8f2a132a69e92447b6e73e143) catch database init error - [`78dda4c`](https://github.com/go-gitea/gitea/commit/78dda4c6756474466730a43ea4df9b4a0efc6487) still use dumpTables - [`20a19c3`](https://github.com/go-gitea/gitea/commit/20a19c3c3c233b0196330bcd9074c6d3256fe907) fix dump bool type - [`4502faf`](https://github.com/go-gitea/gitea/commit/4502faf7fb590a21866e48bff3dfb544209f58ee) update vendor.json ### 📊 Changes **14 files changed** (+631 additions, -717 deletions) <details> <summary>View changed files</summary> 📝 `cmd/dump.go` (+5 -1) 📝 `vendor/github.com/go-xorm/xorm/doc.go` (+2 -2) 📝 `vendor/github.com/go-xorm/xorm/engine.go` (+65 -157) 📝 `vendor/github.com/go-xorm/xorm/helpers.go` (+1 -1) 📝 `vendor/github.com/go-xorm/xorm/logger.go` (+1 -0) 📝 `vendor/github.com/go-xorm/xorm/mssql_dialect.go` (+528 -528) 📝 `vendor/github.com/go-xorm/xorm/mysql_dialect.go` (+1 -1) 📝 `vendor/github.com/go-xorm/xorm/postgres_dialect.go` (+1 -1) 📝 `vendor/github.com/go-xorm/xorm/session.go` (+5 -5) 📝 `vendor/github.com/go-xorm/xorm/session_get.go` (+2 -1) 📝 `vendor/github.com/go-xorm/xorm/sqlite3_dialect.go` (+1 -1) 📝 `vendor/github.com/go-xorm/xorm/statement.go` (+14 -14) 📝 `vendor/github.com/go-xorm/xorm/types.go` (+2 -2) 📝 `vendor/vendor.json` (+3 -3) </details> ### 📄 Description This will resolve #686 --- <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:43 -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#15530