Releases: abbgrade/PsSqlClient
Releases · abbgrade/PsSqlClient
2.1.0
[2.1.0] - 2023-08-02
Added
- Added debug output for connect command.
2.0.1
Fixed
- The ConnectTimeout was setting the CommandTimeout in the ConnectionString.
Changed
- The authentication related parameters do not longer use pipeline properties.
2.0.0
Added
- Support for default Azure authentication.
- Acquire token switch.
Changed
- Parametersets of
Connect-Instance
.
1.5.0
Added
- Added
Test-Connection
command.
Changed
1.4.0
Changed
- Updated Microsoft.Data.SqlClient to 5.0.1.
Added
- Added output when loading dlls.
Fixed
- Retry ignored with ErrorAction Stop.
1.3.1
Fixed
- Export-Table with GUID columns.
- Default paramter set was not integrated security.
1.3.0
Added
- ColumnMapping parameter on Export-Table command.
1.2.0
Added
- Verbose detail output on exception.
Fixed
- Access Token authentication.
Changed
- Updated Microsoft.Data.SqlClient from 3.0.1 to 4.1.0.
1.1.0
Added
- Port parameter for Connect-Instance.
- ConnectTimeout for Connect-Instance.
- Support for Active Directory Credential.