[PR #129] [MERGED] use x.SQL instead of x.Sql #15168

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

📋 Pull Request Information

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

Base: masterHead: lunny/SQL_instead_Sql


📝 Commits (1)

  • 7dcc3bc use x.SQL instead of x.Sql

📊 Changes

4 files changed (+5 additions, -5 deletions)

View changed files

📝 models/migrations/migrations.go (+1 -1)
📝 models/models.go (+1 -1)
📝 models/org.go (+2 -2)
📝 models/user.go (+1 -1)

📄 Description

Since xorm have provide SQL and will deprecate Sql, so we can use SQL instead of Sql.


🔄 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/129 **Author:** [@lunny](https://github.com/lunny) **Created:** 11/10/2016 **Status:** ✅ Merged **Merged:** 11/10/2016 **Merged by:** [@lunny](https://github.com/lunny) **Base:** `master` ← **Head:** `lunny/SQL_instead_Sql` --- ### 📝 Commits (1) - [`7dcc3bc`](https://github.com/go-gitea/gitea/commit/7dcc3bc3d7469770fa020c1728b43522afca42d5) use x.SQL instead of x.Sql ### 📊 Changes **4 files changed** (+5 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `models/migrations/migrations.go` (+1 -1) 📝 `models/models.go` (+1 -1) 📝 `models/org.go` (+2 -2) 📝 `models/user.go` (+1 -1) </details> ### 📄 Description Since xorm have provide SQL and will deprecate Sql, so we can use SQL instead of Sql. --- <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: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#15168