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

return-type for prepared statements appear to be hardcoded to the "text" format #45

Closed
TyOverby opened this issue Dec 6, 2021 · 1 comment
Assignees

Comments

@TyOverby
Copy link

TyOverby commented Dec 6, 2021

PQexecParams_stub takes a v_binary_result argument, which tells postgres to use the text or binary format.

PQexecPrepared has the same argument, but the value is hardcoded to "text".

@mmottl: would you be opposed to me adding this functionality to postgresql-ocaml, and if not, do you foresee any issues that I may run into?

@mmottl
Copy link
Owner

mmottl commented Nov 5, 2024

Sorry for the long delay, please feel free to prepare a PR. The code has been significantly reformatted.

@TyOverby TyOverby closed this as completed Nov 5, 2024
@TyOverby TyOverby closed this as not planned Won't fix, can't repro, duplicate, stale Nov 5, 2024
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

No branches or pull requests

2 participants