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
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -109,8 +109,9 @@ The list of DSN parameters recognized by the driver is as follows:
109
109
|`HugeIntAsString`|`off`| Report integer column types that may underflow or overflow 64-bit signed integer (`SQL_BIGINT`) as a `String`/`SQL_VARCHAR`|
110
110
|`DriverLog`|`on` if `CMAKE_BUILD_TYPE` is `Debug`, `off` otherwise | Enable or disable the extended driver logging |
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
-
|`AutoSessionId`|`off`| Auto generate session_id required to use some features of CH (e.g. TEMPORARY TABLE) |
113
-
| `ClientName` | empty | Sets additional information about the calling application. This string will be used as a prefix for the User-Agent header.
112
+
|`AutoSessionId`|`off`| Auto generate session_id required to use some features of CH (e.g. TEMPORARY TABLE) |
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 |
0 commit comments