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
PREPARE
EXECUTE
Once we have the extended query protocol working, we'll want to expose the SQL level PREPARE ... and EXECUTE ... statements.
PREPARE ...
EXECUTE ...
See Postgres doc: https://www.postgresql.org/docs/current/sql-prepare.html
The PR for closing out this issue should be relatively small since it'll make use of the stuff being added in for the extended query protocol.
Blocked on extended query protocol support.
Postgres compatibility.
Most clients/libraries will be using the protocol directly, but users will likely expect that we support the SQL statements too.
N/A
See specs
The text was updated successfully, but these errors were encountered:
apache/datafusion#4539
Sorry, something went wrong.
Stale - can reopen later
No branches or pull requests
Summary
Once we have the extended query protocol working, we'll want to expose the SQL level
PREPARE ...
andEXECUTE ...
statements.See Postgres doc: https://www.postgresql.org/docs/current/sql-prepare.html
The PR for closing out this issue should be relatively small since it'll make use of the stuff being added in for the extended query protocol.
Blocked on extended query protocol support.
Specifications
PREPARE
andEXECUTE
in SQL queriesPREPARE
andEXECUTE
Rationale
Postgres compatibility.
Most clients/libraries will be using the protocol directly, but users will likely expect that we support the SQL statements too.
Impact
N/A
Tasks
See specs
The text was updated successfully, but these errors were encountered: