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

feat: support prepared statement parameters #81

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

nathanielc
Copy link
Collaborator

This adds support for prepared statement parameters. Parameters will be parsed from the SQL query and can be supplied using do_put_prepared_statement_query providing a record batch with a single row and a column for each parameter.

The QueryHandler is updated to contain the encoded parameters as a record batch.

This adds support for prepared statement parameters.
Parameters will be parsed from the SQL query and can be supplied using
do_put_prepared_statement_query providing a record batch with a single
row and a column for each parameter.

The QueryHandler is updated to contain the encoded parameters as a
record batch.
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

Successfully merging this pull request may close these issues.

1 participant