Replies: 1 comment
-
Responded on the PR. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I have just added some new lines to the example usage code in the README.md file to remind users to utilize the escape method for the connection string.
For certain Golang database driver libraries, such as go-sql-driver the connection string is automatically escaped by the library itself. Therefore, I believe it is crucial to inform users whether the connection string requires escaping or not.
And according history issue #1285, some users may not be aware of the need to escape their passwords.
Pull requests are here: #1897
Beta Was this translation helpful? Give feedback.
All reactions