Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add support incoming binary values #27

Merged
merged 10 commits into from
Feb 11, 2022

Conversation

olavloite
Copy link
Collaborator

Adds support for incoming binary values, such as statement parameters that are binary encoded by the client. This is required for native driver support (e.g. PG JDBC), as many drivers encode at least some parameter values using the binary format instead of text format.
This change also removes the requirement that all parameters must be typed, as some clients will send some parameter values untyped.

.github/workflows/ci.yaml Outdated Show resolved Hide resolved
Copy link
Collaborator

@Vizerai Vizerai left a comment

Choose a reason for hiding this comment

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

LGTM

@olavloite olavloite merged commit 2ef7563 into postgresql-dialect Feb 11, 2022
@olavloite olavloite deleted the binary-parsers branch February 11, 2022 07:10
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.

2 participants