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

add support for params in POST /query #198

Merged
merged 2 commits into from
May 29, 2024
Merged

add support for params in POST /query #198

merged 2 commits into from
May 29, 2024

Conversation

brunocalza
Copy link
Contributor

@brunocalza brunocalza commented May 24, 2024

Summary

Adds support for the params field POST /query body:

{
  "statement" : "select * from foo where a = ?",
  "params" : [1],
  "format": "objects",
  "extract": false,
  "unwrap": false
}

Context

The context for this PR can be found at ENG-852

Copy link
Collaborator

@dtbuchholz dtbuchholz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@brunocalza brunocalza merged commit 3ccc5c3 into main May 29, 2024
2 checks passed
@brunocalza brunocalza deleted the bcalza/queryparams branch May 29, 2024 18:57
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.

2 participants