From 1df8a5f57a0f48a1098b704a114f7a4acc3bd550 Mon Sep 17 00:00:00 2001 From: Malte Date: Tue, 3 Aug 2021 14:40:28 -0400 Subject: [PATCH] Update gui.md We had some issues figuring out how to use the session settings and hope this helps other folks as well --- docs/en/interfaces/third-party/gui.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/en/interfaces/third-party/gui.md b/docs/en/interfaces/third-party/gui.md index fffe0c87a53..2d7f3a24011 100644 --- a/docs/en/interfaces/third-party/gui.md +++ b/docs/en/interfaces/third-party/gui.md @@ -84,6 +84,8 @@ Features: - Table data preview. - Full-text search. +By default, DBeaver does not connect using a session (the CLI for example does). If you require session support (for example to set settings for your session), edit the driver connection properties and set session_id to a random string (it uses the http connection under the hood). Then you can use any setting from the query window + ### clickhouse-cli {#clickhouse-cli} [clickhouse-cli](https://github.com/hatarist/clickhouse-cli) is an alternative command-line client for ClickHouse, written in Python 3.