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

Add binary input-output support #23

Open
vegansk opened this issue Aug 17, 2023 · 1 comment · May be fixed by #24
Open

Add binary input-output support #23

vegansk opened this issue Aug 17, 2023 · 1 comment · May be fixed by #24

Comments

@vegansk
Copy link

vegansk commented Aug 17, 2023

Some postgresql libraries transfers data using binary format only. For example postgres and sqlx crates in rust. Unfortunately they can't be used together with this extension because of lack of binary send/receive functions.

vegansk added a commit to vegansk/pguint that referenced this issue Aug 17, 2023
vegansk added a commit to vegansk/pguint that referenced this issue Aug 18, 2023
@vegansk vegansk linked a pull request Aug 18, 2023 that will close this issue
vegansk added a commit to vegansk/pguint that referenced this issue Sep 1, 2023
@roji
Copy link

roji commented Mar 13, 2024

FYI this also blocks Npgsql for .NET (thanks @NinoFloris for pointing that out)

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 a pull request may close this issue.

2 participants