We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Right now
sqlcmd config connection-strings
is using sprintf to build the connection strings. This probably doesn't do escaping correctly in all situations.
Rewrite this code to use a Uri build for each connection string, which will ensure all values are correctly escaped.