Skip to content

[codex] Fix PostgreSQL array cell decoding#76

Merged
thinhntq merged 2 commits into
mainfrom
codex/fix-75-postgres-arrays
May 23, 2026
Merged

[codex] Fix PostgreSQL array cell decoding#76
thinhntq merged 2 commits into
mainfrom
codex/fix-75-postgres-arrays

Conversation

@thinhntq
Copy link
Copy Markdown
Contributor

Summary

  • Decode PostgreSQL scalar array result cells into RowValue.array instead of falling through to NULL.
  • Cover text[] results, including non-empty, NULL, and empty arrays, with an integration regression test for issue Cần hỗ trợ mảng dữ liệu với postgres #75.
  • Bump macOS app version to 0.0.19 in a separate release commit.

Test Plan

  • git diff --check origin/main...HEAD
  • swift test --filter PostgreSQLAdapterIntegrationTests (build passed; PostgreSQL integration cases were skipped because local PG was not reachable on 127.0.0.1:55434 / 127.0.0.1:55435.)

thinhntq added 2 commits May 23, 2026 16:41
Decode PostgreSQL scalar array columns into RowValue.array instead of falling back to NULL when PostgresNIO returns binary array cells.\n\nAdds a regression test for text[] values from issue #75.
@thinhntq thinhntq marked this pull request as ready for review May 23, 2026 16:00
@thinhntq thinhntq merged commit 7cf757c into main May 23, 2026
1 check passed
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.

1 participant