-
Type:
New Feature
-
Resolution: Works as Designed
-
Priority:
Minor - P4
-
None
-
Affects Version/s: 1.8.2
-
Component/s: None
-
None
-
None
-
Go Drivers
-
None
-
None
-
None
-
None
-
None
-
None
For greater security, passwords often contain special characters such as @ and #. Some cloud service providers also force passwords to contain special characters. But in the go driver, if the password contains special characters without escaping them, an error will be reported. Special characters must be escaped as shown in the picture.
Because there is also a python service at the same time, it is found that the python library used does not need to be escaped. Hoping to be able to unify the issue, I'd be happy to do it if needed
