Skip to content

fix: parsing composite types that cross a CopyData boundary#744

Merged
levkk merged 1 commit intomainfrom
levkk-fix-composite-types
Feb 3, 2026
Merged

fix: parsing composite types that cross a CopyData boundary#744
levkk merged 1 commit intomainfrom
levkk-fix-composite-types

Conversation

@levkk
Copy link
Collaborator

@levkk levkk commented Feb 3, 2026

The CSV parser we use stripped quotes, leaving a closing quote without an opening one when the record was split between multiple CopyData rows.

@codecov
Copy link

codecov bot commented Feb 3, 2026

Codecov Report

❌ Patch coverage is 97.95918% with 4 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
pgdog/src/frontend/router/parser/copy.rs 93.33% 2 Missing ⚠️
pgdog/src/backend/server.rs 98.94% 1 Missing ⚠️
pgdog/src/frontend/router/parser/csv/mod.rs 98.59% 1 Missing ⚠️

📢 Thoughts on this report? Let us know!

@levkk levkk changed the title fix: fix parsing composite types that cross a CopyData boundary fix: parsing composite types that cross a CopyData boundary Feb 3, 2026
@levkk levkk merged commit fabf5ec into main Feb 3, 2026
8 checks passed
@levkk levkk deleted the levkk-fix-composite-types branch February 3, 2026 03:47
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