Skip to content

Connection strings formatted like "Data source=address\instance,port..." are not parsed correctly #1519

@mondegreengames

Description

@mondegreengames

The code that parses the connection strings seems to correctly parse

Data source=address,port

and

Data source=address\instance

and

Data source=address,port\instance

but not

Data source=address\instance,port

which is a valid format when using ADO.NET. But when using mssql to connect using this format the port is always left as the default 1433.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions