You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi. No. POST requests are used exclusively, with query being sent in the body of the query (instead of URL param) if server supports it. Is there a particular issue you are having with the library?
@DarkWanderer maybe there is a way to send command parameters in body instead of in url?
sometimes i have an error Invalid URI: The Uri string is too long. at System.Uri.CreateThis(String uri, Boolean dontEscape, UriKind uriKind, UriCreationOptions& creationOptions) at ClickHouse.Client.ADO.ClickHouseCommand.PostSqlQueryAsync(String sqlQuery, CancellationToken token)
According to the documentation the query can be sent either as a query parameter or in the body of a post-request (https://clickhouse.com/docs/en/interfaces/http).
Am I right that this client only uses get-requests to select data?
If so, could you please add support of sending the sql-query in the body of a post requests?
Or maybe you have recommendation what the maximum length of the query should be ?
Thank you.
The text was updated successfully, but these errors were encountered: