[PR #382] [CLOSED] WIP: Go back to CGO Sqlite #584

Closed
opened 2026-02-25 23:34:48 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-shiori/shiori/pull/382
Author: @fmartingr
Created: 2/23/2022
Status: Closed

Base: masterHead: sqlite-c


📝 Commits (6)

📊 Changes

9 files changed (+39 additions, -248 deletions)

View changed files

📝 .github/workflows/_buildx.yml (+1 -2)
.github/workflows/_gorelease-build.yml (+22 -0)
📝 .github/workflows/pull_request.yml (+2 -0)
📝 .goreleaser.yaml (+5 -12)
📝 Dockerfile (+2 -1)
📝 go.mod (+2 -20)
📝 go.sum (+3 -211)
📝 internal/database/sqlite.go (+1 -1)
📝 main.go (+1 -1)

📄 Description

No description provided


🔄 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-shiori/shiori/pull/382 **Author:** [@fmartingr](https://github.com/fmartingr) **Created:** 2/23/2022 **Status:** ❌ Closed **Base:** `master` ← **Head:** `sqlite-c` --- ### 📝 Commits (6) - [`e1c5fa3`](https://github.com/go-shiori/shiori/commit/e1c5fa3db85227463d3745558621551f43b74d52) fix: rollback to go-sqlite3 - [`cc76297`](https://github.com/go-shiori/shiori/commit/cc7629767f24a6886bf5b2f373910731b5c8ab8f) ci: test build in workflows - [`85434bc`](https://github.com/go-shiori/shiori/commit/85434bc1fec058d94b43cd43e05be791562ed95e) fix: sqlite driver name - [`1e7217f`](https://github.com/go-shiori/shiori/commit/1e7217f998b5a03cea01cbda3fe9da0535407cce) ci: build with fts5 - [`4887598`](https://github.com/go-shiori/shiori/commit/48875988e647c17ba971e2f9b889631d57036195) ci: disable darwin, windows and arm builds - [`cac3394`](https://github.com/go-shiori/shiori/commit/cac3394d78e768dab7599977a7b6db91c1f7c98d) ci: typo ### 📊 Changes **9 files changed** (+39 additions, -248 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/_buildx.yml` (+1 -2) ➕ `.github/workflows/_gorelease-build.yml` (+22 -0) 📝 `.github/workflows/pull_request.yml` (+2 -0) 📝 `.goreleaser.yaml` (+5 -12) 📝 `Dockerfile` (+2 -1) 📝 `go.mod` (+2 -20) 📝 `go.sum` (+3 -211) 📝 `internal/database/sqlite.go` (+1 -1) 📝 `main.go` (+1 -1) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-25 23:34:48 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/shiori#584
No description provided.