From c7f45750d4f650d52c9b13ef7f98b920e8d879b0 Mon Sep 17 00:00:00 2001 From: Krzysztof Nozderko Date: Wed, 29 May 2024 13:16:41 +0000 Subject: [PATCH] SNOW-1337069 Fix note about special signs in connection string --- doc/Connecting.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/Connecting.md b/doc/Connecting.md index 6c13cba37..b88281388 100644 --- a/doc/Connecting.md +++ b/doc/Connecting.md @@ -3,7 +3,8 @@ To connect to Snowflake, specify a valid connection string composed of key-value pairs separated by semicolons, i.e "\=\;\=\...". -**Note**: If the keyword or value contains an equal sign (=), you must precede the equal sign with another equal sign. For example, if the keyword is "key" and the value is "value_part1=value_part2", use "key=value_part1==value_part2". +**Note**: If the value specified in the connection string contains any signs like semicolon (`;`) or equal sign (`=`) or any phrases which can interfere with parsing the connection string, +please surround the value with double quotation marks (`""`). For example `password="=;;;=dummy==password;;"`. The following table lists all valid connection properties: