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 option to send query as POST #270

Open
tkirill opened this issue Feb 22, 2023 · 1 comment
Open

Add option to send query as POST #270

tkirill opened this issue Feb 22, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@tkirill
Copy link

tkirill commented Feb 22, 2023

Hi!

I'm trying to send parameterized selects to ClickHouse and getting "414 Request-URI Too Large" from ClickHouse.

ClickHouse supports sending queries in a body of POST request. And it started (issue) to support sending query parameters in a request body recently.

What do you think about giving an option to send query as POST?

@tkirill tkirill changed the title Option to query as POST Add option to send query as POST Feb 22, 2023
@DarkWanderer
Copy link
Owner

Hi,

This is something I wanted to implement a while ago but it wasn't supported back then, glad to see it was added server-side!

Will definitely take a look

@DarkWanderer DarkWanderer self-assigned this Feb 22, 2023
@DarkWanderer DarkWanderer added the enhancement New feature or request label Feb 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants