We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
PQexecParams_stub takes a v_binary_result argument, which tells postgres to use the text or binary format.
v_binary_result
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?
The text was updated successfully, but these errors were encountered:
Sorry for the long delay, please feel free to prepare a PR. The code has been significantly reformatted.
Sorry, something went wrong.
TyOverby
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: