Add automatic escaping of special characters in passwords

XMLWordPrintableJSON

    • Type: New Feature
    • Resolution: Works as Designed
    • Priority: Minor - P4
    • None
    • Affects Version/s: 1.8.2
    • Component/s: None
    • None
    • None
    • Go Drivers
    • Hide

      1. What would you like to communicate to the user about this feature?
      2. Would you like the user to see examples of the syntax and/or executable code and its output?
      3. Which versions of the driver/connector does this apply to?

      Show
      1. What would you like to communicate to the user about this feature? 2. Would you like the user to see examples of the syntax and/or executable code and its output? 3. Which versions of the driver/connector does this apply to?
    • 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

            Assignee:
            Preston Vasquez
            Reporter:
            cui fliter
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: