[PR #7057] [MERGED] Allow SQLite to be linked against dynamically #20739

Closed
opened 2026-04-25 22:42:26 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/dani-garcia/vaultwarden/pull/7057
Author: @ISSOtm
Created: 4/6/2026
Status: Merged
Merged: 4/29/2026
Merged by: @dani-garcia

Base: mainHead: dyn-sqlite


📝 Commits (2)

  • c8e1202 Allow SQLite to be linked against dynamically
  • ceb8caa Merge branch 'main' into dyn-sqlite

📊 Changes

2 files changed (+12 additions, -10 deletions)

View changed files

📝 Cargo.toml (+6 -4)
📝 build.rs (+6 -6)

📄 Description

Keeping the default behaviour of SQLite being built statically, so as not to break anyone's workflow, but allowing for downstream packagers to link dynamically against SQLite (where it's fine because that's the point of package managers).

Note that SQLite is still not enabled by default, thanks to the ? operator.


🔄 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/dani-garcia/vaultwarden/pull/7057 **Author:** [@ISSOtm](https://github.com/ISSOtm) **Created:** 4/6/2026 **Status:** ✅ Merged **Merged:** 4/29/2026 **Merged by:** [@dani-garcia](https://github.com/dani-garcia) **Base:** `main` ← **Head:** `dyn-sqlite` --- ### 📝 Commits (2) - [`c8e1202`](https://github.com/dani-garcia/vaultwarden/commit/c8e1202eb5715c215d4a54759845a8a9576c7120) Allow SQLite to be linked against dynamically - [`ceb8caa`](https://github.com/dani-garcia/vaultwarden/commit/ceb8caabfdbafc0d132d713d5082697598c31be6) Merge branch 'main' into dyn-sqlite ### 📊 Changes **2 files changed** (+12 additions, -10 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.toml` (+6 -4) 📝 `build.rs` (+6 -6) </details> ### 📄 Description Keeping the default behaviour of SQLite being built statically, so as not to break anyone's workflow, but allowing for downstream packagers to link dynamically against SQLite (where it's fine because that's the point of package managers). Note that SQLite is still *not* enabled by default, thanks to the `?` operator. --- <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 2026-04-25 22:42:26 -05:00
GiteaMirror changed title from [PR #7057] Allow SQLite to be linked against dynamically to [PR #7057] [MERGED] Allow SQLite to be linked against dynamically 2026-04-30 08:24:33 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/vaultwarden#20739