Skip to content

Expose PostgresColumns metadata on PostgresRowSequence#624

Merged
fabianfett merged 2 commits intovapor:mainfrom
fpseverino:column-metadata
Feb 20, 2026
Merged

Expose PostgresColumns metadata on PostgresRowSequence#624
fabianfett merged 2 commits intovapor:mainfrom
fpseverino:column-metadata

Conversation

@fpseverino
Copy link
Member

Continues the work in #577

Resolves #576

Copy link
Collaborator

@fabianfett fabianfett left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@fabianfett fabianfett added the semver-minor Adds new public API. label Feb 20, 2026
@codecov
Copy link

codecov bot commented Feb 20, 2026

Codecov Report

❌ Patch coverage is 20.00000% with 24 lines in your changes missing coverage. Please review.
✅ Project coverage is 76.35%. Comparing base (9e9bde9) to head (2e41278).
⚠️ Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
Sources/PostgresNIO/New/PostgresColumns.swift 14.28% 24 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #624      +/-   ##
==========================================
- Coverage   76.41%   76.35%   -0.06%     
==========================================
  Files         134      135       +1     
  Lines       10179    10207      +28     
==========================================
+ Hits         7778     7794      +16     
- Misses       2401     2413      +12     
Files with missing lines Coverage Δ
Sources/PostgresNIO/New/PostgresRowSequence.swift 92.95% <100.00%> (ø)
Sources/PostgresNIO/New/PostgresColumns.swift 14.28% <14.28%> (ø)

... and 4 files with indirect coverage changes

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

@fabianfett fabianfett merged commit b1a40fb into vapor:main Feb 20, 2026
10 checks passed
@fpseverino fpseverino deleted the column-metadata branch February 20, 2026 16:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

semver-minor Adds new public API.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Expose Column Metadata on PostgresRowSequence

2 participants