ClickHouse/programs
Azat Khuzhin 4564a1ef29 Add ability to override connection settings based on connection names
This is somehow analog of .netrc [1].

  [1]: https://www.gnu.org/software/inetutils/manual/html_node/The-_002enetrc-file.html

The follow options can be overwritten on a per-hostname/connection
basis:
- hostname
- port
- secure
- user
- password
- database
- history_file

Also note, that you can have multiple settings for one hostname, can be
useful to distinguish readonly from non-readonly for example.

Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2023-01-28 17:01:12 +01:00
..
bash-completion Update available formats for bash completion 2022-08-28 17:22:32 +02:00
benchmark forbid old ctor of Exception 2023-01-23 22:18:05 +01:00
client Add ability to override connection settings based on connection names 2023-01-28 17:01:12 +01:00
compressor Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
copier Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
diagnostics fix: typo 2022-11-25 10:09:32 +01:00
disks Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
extract-from-config Remove dlopen 2022-09-17 03:02:34 +02:00
format forbid old ctor of Exception 2023-01-23 22:18:05 +01:00
git-import Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
install Better diagnostics on stop 2022-12-26 12:15:58 +01:00
keeper forbid old ctor of Exception 2023-01-23 22:18:05 +01:00
keeper-converter Remove dlopen 2022-09-17 03:02:34 +02:00
library-bridge fix 2023-01-24 15:29:19 +01:00
local Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
obfuscator Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
odbc-bridge Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
self-extracting add native build for cross-compilation 2022-07-20 23:09:05 -04:00
server Merge branch 'master' into exception_message_patterns4 2023-01-26 15:20:58 +01:00
static-files-disk-uploader Fix integration tests 2022-09-26 12:49:20 +02:00
su Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
CMakeLists.txt What happens if I remove 156 lines of code? 2023-01-03 18:51:16 +00:00
config_tools.h.in Make comment consistent accross generated files 2022-09-28 08:11:09 +00:00
embed_binary.S.in Adds a better way to include binary resources 2021-06-09 14:03:30 -07:00
main.cpp What happens if I remove these 139 lines of code? 2023-01-03 18:35:31 +00:00