[PR #2752] [MERGED] Update vendor github.com/lib/pq #16570

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

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/2752
Author: @sapk
Created: 10/20/2017
Status: Merged
Merged: 10/21/2017
Merged by: @lunny

Base: masterHead: update-vendor-pq


📝 Commits (1)

  • 63e8abe Update vendor github.com/lib/pq

📊 Changes

17 files changed (+898 additions, -371 deletions)

View changed files

📝 vendor/github.com/lib/pq/README.md (+1 -1)
📝 vendor/github.com/lib/pq/array.go (+40 -11)
📝 vendor/github.com/lib/pq/conn.go (+177 -267)
vendor/github.com/lib/pq/conn_go18.go (+128 -0)
📝 vendor/github.com/lib/pq/copy.go (+20 -7)
📝 vendor/github.com/lib/pq/encode.go (+17 -3)
📝 vendor/github.com/lib/pq/notify.go (+1 -1)
vendor/github.com/lib/pq/oid/gen.go (+0 -74)
📝 vendor/github.com/lib/pq/oid/types.go (+183 -1)
vendor/github.com/lib/pq/rows.go (+93 -0)
vendor/github.com/lib/pq/ssl.go (+158 -0)
vendor/github.com/lib/pq/ssl_go1.7.go (+14 -0)
vendor/github.com/lib/pq/ssl_permissions.go (+20 -0)
vendor/github.com/lib/pq/ssl_renegotiation.go (+8 -0)
vendor/github.com/lib/pq/ssl_windows.go (+9 -0)
vendor/github.com/lib/pq/uuid.go (+23 -0)
📝 vendor/vendor.json (+6 -6)

📄 Description

Fix #2728


🔄 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/2752 **Author:** [@sapk](https://github.com/sapk) **Created:** 10/20/2017 **Status:** ✅ Merged **Merged:** 10/21/2017 **Merged by:** [@lunny](https://github.com/lunny) **Base:** `master` ← **Head:** `update-vendor-pq` --- ### 📝 Commits (1) - [`63e8abe`](https://github.com/go-gitea/gitea/commit/63e8abe21fe8161e78ab791064837ffbfcd7a88c) Update vendor github.com/lib/pq ### 📊 Changes **17 files changed** (+898 additions, -371 deletions) <details> <summary>View changed files</summary> 📝 `vendor/github.com/lib/pq/README.md` (+1 -1) 📝 `vendor/github.com/lib/pq/array.go` (+40 -11) 📝 `vendor/github.com/lib/pq/conn.go` (+177 -267) ➕ `vendor/github.com/lib/pq/conn_go18.go` (+128 -0) 📝 `vendor/github.com/lib/pq/copy.go` (+20 -7) 📝 `vendor/github.com/lib/pq/encode.go` (+17 -3) 📝 `vendor/github.com/lib/pq/notify.go` (+1 -1) ➖ `vendor/github.com/lib/pq/oid/gen.go` (+0 -74) 📝 `vendor/github.com/lib/pq/oid/types.go` (+183 -1) ➕ `vendor/github.com/lib/pq/rows.go` (+93 -0) ➕ `vendor/github.com/lib/pq/ssl.go` (+158 -0) ➕ `vendor/github.com/lib/pq/ssl_go1.7.go` (+14 -0) ➕ `vendor/github.com/lib/pq/ssl_permissions.go` (+20 -0) ➕ `vendor/github.com/lib/pq/ssl_renegotiation.go` (+8 -0) ➕ `vendor/github.com/lib/pq/ssl_windows.go` (+9 -0) ➕ `vendor/github.com/lib/pq/uuid.go` (+23 -0) 📝 `vendor/vendor.json` (+6 -6) </details> ### 📄 Description Fix #2728 --- <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 12:13:40 -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#16570