Skip to content

Test doesn't pass if connection string contains MultiSubnetFailover #9

@uacousin

Description

@uacousin

MapReturnsTheSameConnectionStringIfThereIsNoSubstitute test fails if we use connection string which contains MultiSubnetFailover option.
For example:
"Data Source=myServerAddress;Initial Catalog=myDataBase;User ID=myUsername;Password=myPassword;MultiSubnetFailover=True"
Resulted string will be: "Data Source=myServerAddress;Initial Catalog=myDataBase;User ID=myUsername;Password=myPassword;Multi Subnet Failover=True".
Problem I think with new Microsoft.Data.SqlClient

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions