Skip to content

Prepared statements: switch to use PQprepare / PQexecPrepared #68

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

Open
GitMensch opened this issue Jul 6, 2022 · 0 comments
Open

Prepared statements: switch to use PQprepare / PQexecPrepared #68

GitMensch opened this issue Jul 6, 2022 · 0 comments

Comments

@GitMensch
Copy link
Contributor

Currently prepared statements are done manually. This seems to at least has the benefit of directly supporting cursor access to those (not sure if this would be possible "directly" otherwise), but has the downside of re-creating something libpg and the the DB has put in man-years of effort, not being able to see the prepared statements on the db side, ...

Doing this change would also fix #67 "for free".

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

1 participant