Skip to content

Fix ErrorResponseMessage routine field never being populated#60

Merged
SeanTAllen merged 1 commit intomainfrom
fix-error-response-routine-field
Feb 8, 2026
Merged

Fix ErrorResponseMessage routine field never being populated#60
SeanTAllen merged 1 commit intomainfrom
fix-error-response-routine-field

Conversation

@SeanTAllen
Copy link
Copy Markdown
Member

The error response parser mapped both 'L' and 'R' protocol fields to builder.line. Per the PostgreSQL protocol spec, 'R' is the Routine field and should map to builder.routine. As a result, routine was never populated on ErrorResponseMessage.

Closes #57

The error response parser mapped both 'L' and 'R' protocol fields to
builder.line. 'R' should map to builder.routine per the PostgreSQL
protocol spec.

Closes #57
@SeanTAllen SeanTAllen added the changelog - fixed Automatically add "Fixed" CHANGELOG entry on merge label Feb 8, 2026
@ponylang-main ponylang-main added the discuss during sync Should be discussed during an upcoming sync label Feb 8, 2026
@SeanTAllen SeanTAllen merged commit 26cf5c4 into main Feb 8, 2026
11 checks passed
@SeanTAllen SeanTAllen deleted the fix-error-response-routine-field branch February 8, 2026 19:53
@ponylang-main ponylang-main removed the discuss during sync Should be discussed during an upcoming sync label Feb 8, 2026
github-actions bot pushed a commit that referenced this pull request Feb 8, 2026
github-actions bot pushed a commit that referenced this pull request Feb 8, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

changelog - fixed Automatically add "Fixed" CHANGELOG entry on merge

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Error response parser maps 'R' field to line instead of routine

2 participants