Skip to content

Use a Uri package to build SQL Connection strings #265

Open
@stuartpa

Description

@stuartpa

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions