[PR #2116] [MERGED] vendor: update sqlite to fix "database is locked" errors #16237

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

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/2116
Author: @andreynering
Created: 7/5/2017
Status: Merged
Merged: 7/6/2017
Merged by: @lunny

Base: masterHead: update-sqlite


📝 Commits (1)

  • 925d840 vendor: update sqlite to fix "database is locked" errors

📊 Changes

18 files changed (+10606 additions, -5889 deletions)

View changed files

📝 vendor/github.com/mattn/go-sqlite3/README.md (+23 -7)
📝 vendor/github.com/mattn/go-sqlite3/backup.go (+10 -4)
📝 vendor/github.com/mattn/go-sqlite3/callback.go (+2 -2)
📝 vendor/github.com/mattn/go-sqlite3/doc.go (+0 -2)
📝 vendor/github.com/mattn/go-sqlite3/error.go (+8 -1)
📝 vendor/github.com/mattn/go-sqlite3/sqlite3-binding.c (+8978 -5425)
📝 vendor/github.com/mattn/go-sqlite3/sqlite3-binding.h (+455 -327)
📝 vendor/github.com/mattn/go-sqlite3/sqlite3.go (+238 -96)
vendor/github.com/mattn/go-sqlite3/sqlite3_context.go (+103 -0)
vendor/github.com/mattn/go-sqlite3/sqlite3_go18.go (+69 -0)
📝 vendor/github.com/mattn/go-sqlite3/sqlite3_icu.go (+1 -1)
📝 vendor/github.com/mattn/go-sqlite3/sqlite3_load_extension.go (+2 -0)
📝 vendor/github.com/mattn/go-sqlite3/sqlite3_trace.go (+7 -8)
vendor/github.com/mattn/go-sqlite3/sqlite3_type.go (+57 -0)
vendor/github.com/mattn/go-sqlite3/sqlite3_vtable.go (+646 -0)
📝 vendor/github.com/mattn/go-sqlite3/sqlite3ext.h (+4 -4)
vendor/github.com/mattn/go-sqlite3/tracecallback_noimpl.go (+0 -9)
📝 vendor/vendor.json (+3 -3)

📄 Description

closes #2040

upstream commit: acfa601240


🔄 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/2116 **Author:** [@andreynering](https://github.com/andreynering) **Created:** 7/5/2017 **Status:** ✅ Merged **Merged:** 7/6/2017 **Merged by:** [@lunny](https://github.com/lunny) **Base:** `master` ← **Head:** `update-sqlite` --- ### 📝 Commits (1) - [`925d840`](https://github.com/go-gitea/gitea/commit/925d840f6d604aba565711881e550f7080b9557f) vendor: update sqlite to fix "database is locked" errors ### 📊 Changes **18 files changed** (+10606 additions, -5889 deletions) <details> <summary>View changed files</summary> 📝 `vendor/github.com/mattn/go-sqlite3/README.md` (+23 -7) 📝 `vendor/github.com/mattn/go-sqlite3/backup.go` (+10 -4) 📝 `vendor/github.com/mattn/go-sqlite3/callback.go` (+2 -2) 📝 `vendor/github.com/mattn/go-sqlite3/doc.go` (+0 -2) 📝 `vendor/github.com/mattn/go-sqlite3/error.go` (+8 -1) 📝 `vendor/github.com/mattn/go-sqlite3/sqlite3-binding.c` (+8978 -5425) 📝 `vendor/github.com/mattn/go-sqlite3/sqlite3-binding.h` (+455 -327) 📝 `vendor/github.com/mattn/go-sqlite3/sqlite3.go` (+238 -96) ➕ `vendor/github.com/mattn/go-sqlite3/sqlite3_context.go` (+103 -0) ➕ `vendor/github.com/mattn/go-sqlite3/sqlite3_go18.go` (+69 -0) 📝 `vendor/github.com/mattn/go-sqlite3/sqlite3_icu.go` (+1 -1) 📝 `vendor/github.com/mattn/go-sqlite3/sqlite3_load_extension.go` (+2 -0) 📝 `vendor/github.com/mattn/go-sqlite3/sqlite3_trace.go` (+7 -8) ➕ `vendor/github.com/mattn/go-sqlite3/sqlite3_type.go` (+57 -0) ➕ `vendor/github.com/mattn/go-sqlite3/sqlite3_vtable.go` (+646 -0) 📝 `vendor/github.com/mattn/go-sqlite3/sqlite3ext.h` (+4 -4) ➖ `vendor/github.com/mattn/go-sqlite3/tracecallback_noimpl.go` (+0 -9) 📝 `vendor/vendor.json` (+3 -3) </details> ### 📄 Description closes #2040 upstream commit: https://github.com/mattn/go-sqlite3/commit/acfa60124032040b9f5a9406f5a772ee16fe845e --- <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:05:36 -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#16237