Skip to content

deps(server): Use pgx v5 for database migration#334

Merged
hk21702 merged 1 commit intomainfrom
use-pgx-v5
Mar 30, 2026
Merged

deps(server): Use pgx v5 for database migration#334
hk21702 merged 1 commit intomainfrom
use-pgx-v5

Conversation

@hk21702
Copy link
Copy Markdown
Collaborator

@hk21702 hk21702 commented Mar 30, 2026

pgx v4 has been considered EOL for a while and has known security issues. Here, we migrate the database migration tasks, the last bits of code that still use V4 of the pgx driver, to pgx v5.

@hk21702 hk21702 self-assigned this Mar 30, 2026
@hk21702 hk21702 requested a review from CarlosNihelton March 30, 2026 19:53
@hk21702 hk21702 changed the title deps(server): Use pgx V5 instead of V4 for database migration deps(server): Use pgx v5 instead of v4 for database migration Mar 30, 2026
@hk21702 hk21702 changed the title deps(server): Use pgx v5 instead of v4 for database migration deps(server): Use pgx v5 for database migration Mar 30, 2026
@codecov-commenter
Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 88.92%. Comparing base (1e2d962) to head (19d9d08).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #334      +/-   ##
==========================================
- Coverage   88.97%   88.92%   -0.06%     
==========================================
  Files          56       56              
  Lines        5317     5317              
==========================================
- Hits         4731     4728       -3     
- Misses        586      589       +3     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@hk21702 hk21702 merged commit 8c60079 into main Mar 30, 2026
35 checks passed
@hk21702 hk21702 deleted the use-pgx-v5 branch March 30, 2026 23:18
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.

3 participants