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

Prepared statements #9

Closed
jackc opened this issue Apr 16, 2013 · 0 comments
Closed

Prepared statements #9

jackc opened this issue Apr 16, 2013 · 0 comments

Comments

@jackc
Copy link
Owner

jackc commented Apr 16, 2013

Support creating and calling prepared statements. This should work with the connection pool to create the prepared statement on all connections so it would be available always.

Note that prepared statements could initially be implemented entirely through prepare and execute commands. It doesn't initially need to use the extended interface.

@jackc jackc closed this as completed in a98db50 Jul 1, 2013
danielrife pushed a commit to flexera-public/pgx that referenced this issue Oct 26, 2016
…eryExecTimeout_to_make_it_less_blocking

ACL-818 Simplify QueryExecTimeout so that it does not block
jackc added a commit that referenced this issue Dec 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant