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
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -111,7 +111,7 @@ The list of DSN parameters recognized by the driver is as follows:
111
111
|`DriverLogFile`|`\temp\clickhouse-odbc-driver.log` on Windows, `/tmp/clickhouse-odbc-driver.log` otherwise | Path to the extended driver log file (used when `DriverLog` is `on`) |
112
112
|`AutoSessionId`|`off`| Auto generate session_id required to use some features of CH (e.g. TEMPORARY TABLE) |
113
113
|`ClientName`| empty | Sets additional information about the calling application. This string will be used as a prefix for the User-Agent header. |
114
-
|`Compress`|`off`|Pass enable_http_compression=1 parameter to server |
114
+
|`Compression`|`off`|Enables compression for data sent from ClickHouse to the driver|
0 commit comments