abbgrade / PsSqlClient

The PowerShell SQL Client module aims to replace to the SQL Server utilities SQLCMD and BCP
https://abbgrade.github.io/PsSqlClient/
MIT License
0 stars 1 forks source link

Connection Parameter Validation fails when using multiple Connections #19

Open abbgrade opened 2 years ago

abbgrade commented 2 years ago

repro steps:

  1. Create connection A
  2. Create connection B
  3. Close connection B
  4. Close connection A -> throws PSArgumentNullException: Specify Connection parameter or run Connect-TSqlInstance command.