Sagar Shah

Results 2 issues of Sagar Shah

**Describe the bug** When there are special characters in password in connection string, It fails with login failed. We do use many special characters in password, not sure which exact...

We have global variable defined as following ``` var ( namespaceVal string once sync.Once isSet bool ) func SetNamespace(namespace string) { if namespace == "" { panic("SetNamespace must be called...