-
Notifications
You must be signed in to change notification settings - Fork 264
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
HTTP 400 unsupported path "/query" error with latest clickhouse-odbc #42
Comments
|
It works with the previous release without issues. Which error does clickhouse-odbc driver return on error? HTTP 400 unsupported path "/query" I will post debug output from chproxy soon |
This is only output I see in chproxy logs while I'm attempting to run any query from application using latest ODBC driver. Everything works fine with previous driver as I mentioned above |
ClickHouse accepts requests on both `/` and `/query` paths. See ClickHouse/clickhouse-odbc@8fcd279 .
The issue should be fixed starting from v1.13.1. |
It works, appreciate your quick response. |
chproxy is not working with https://github.com/yandex/clickhouse-odbc/releases/tag/v1.0.0.20190201 driver
The text was updated successfully, but these errors were encountered: