chore(deps): Align sqlite3 override version with ecosystem standard#951
Merged
Conversation
Align with database_system's sqlite3 override (3.45.3) for ecosystem consistency. The previous 3.45.1 pin could cause version conflicts when both pacs_system and database_system coexist in the same consumer. Closes #950
10 tasks
kcenon
added a commit
that referenced
this pull request
Apr 13, 2026
Align with database_system's sqlite3 override (3.45.3) for ecosystem consistency. The previous 3.45.1 pin could cause version conflicts when both pacs_system and database_system coexist in the same consumer. Closes #950
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Summary
Align sqlite3 override version from 3.45.1 to 3.45.3 to match the ecosystem standard set by database_system.
Change Type
Why
Related Issues
Motivation
The pacs_system pinned sqlite3 to 3.45.1 while database_system uses 3.45.3. When both coexist in a consumer project, this version mismatch could cause conflicts. Version 3.45.3 includes additional bug fixes over 3.45.1.
Where
vcpkg.json— overrides section, sqlite3 versionHow
Implementation Highlights
Single-line change:
3.45.1→3.45.3in the overrides array.Test Plan