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

Support PREPARE and EXECUTE statements #368

Closed
scsmithr opened this issue Dec 2, 2022 · 2 comments
Closed

Support PREPARE and EXECUTE statements #368

scsmithr opened this issue Dec 2, 2022 · 2 comments
Labels
blocked Not actionable due to a blocker feat New feature or request

Comments

@scsmithr
Copy link
Member

scsmithr commented Dec 2, 2022

Summary

Once we have the extended query protocol working, we'll want to expose the SQL level PREPARE ... and EXECUTE ... 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

  • Support PREPARE and EXECUTE in SQL queries
  • SLT tests for PREPARE and EXECUTE

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

@scsmithr scsmithr added feat New feature or request blocked Not actionable due to a blocker labels Dec 2, 2022
@scsmithr
Copy link
Member Author

apache/datafusion#4539

@greyscaled
Copy link
Contributor

Stale - can reopen later

@greyscaled greyscaled closed this as not planned Won't fix, can't repro, duplicate, stale Apr 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocked Not actionable due to a blocker feat New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants