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

Open
opened 2026-04-23 08:04:46 -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: 🔄 Open

Base: mainHead: dyn-sqlite


📝 Commits (1)

  • c8e1202 Allow SQLite to be linked against dynamically

📊 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:** 🔄 Open **Base:** `main` ← **Head:** `dyn-sqlite` --- ### 📝 Commits (1) - [`c8e1202`](https://github.com/dani-garcia/vaultwarden/commit/c8e1202eb5715c215d4a54759845a8a9576c7120) Allow SQLite to be linked against dynamically ### 📊 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-23 08:04:46 -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#16752