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
Original file line number
Diff line number
Diff line change
@@ -109,6 +109,7 @@ 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) |
0 commit comments