Skip to content

chore(deps): Align sqlite3 override version with ecosystem standard#951

Merged
kcenon merged 1 commit into
mainfrom
chore/align-sqlite3-override
Mar 16, 2026
Merged

chore(deps): Align sqlite3 override version with ecosystem standard#951
kcenon merged 1 commit into
mainfrom
chore/align-sqlite3-override

Conversation

@kcenon

@kcenon kcenon commented Mar 16, 2026

Copy link
Copy Markdown
Owner

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

  • Chore (maintenance)

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 version

How

Implementation Highlights

Single-line change: 3.45.13.45.3 in the overrides array.

Test Plan

  • vcpkg install with storage feature succeeds
  • Existing storage tests pass with sqlite3 3.45.3

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
@kcenon kcenon merged commit 1f60f33 into main Mar 16, 2026
39 checks passed
@kcenon kcenon deleted the chore/align-sqlite3-override branch March 16, 2026 22:05
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

chore(deps): Align sqlite3 override version with ecosystem standard

1 participant