-
Notifications
You must be signed in to change notification settings - Fork 31
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
Comments
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
added a commit
to vegansk/pguint
that referenced
this issue
Sep 1, 2023
FYI this also blocks Npgsql for .NET (thanks @NinoFloris for pointing that out) |
arlyon
pushed a commit
to arlyon/pguint
that referenced
this issue
Nov 30, 2024
arlyon
pushed a commit
to arlyon/pguint
that referenced
this issue
Nov 30, 2024
arlyon
pushed a commit
to arlyon/pguint
that referenced
this issue
Nov 30, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
The text was updated successfully, but these errors were encountered: