All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Updated Microsoft.SqlServer.SqlManagementObjects to 170.18.0.
- Updated System.Management.Automation to 7.2.16 and PowerShell 7.2.16.
- Updated Microsoft.Data.SqlClient to 5.1.1.
- Added StatementTimeout to
Connect-Instance
command.
- Verbose script execution prints the filepath.
- Default parameter set for
Connect-Instance
.
- Added Get-Table command.
- Added output to all commands.
- Updated to net6.0
- Updated from System.Data.SqlClient to Microsoft.Data.SqlClient.
- Updated from PowerShellStandard.Library to System.Management.Automation
- Updated Microsoft.SqlServer.SqlManagementObjects
- Added pipeline input for
Disconnect-Instance
- ErrorAction parameter works for
Invoke-Command
.
- Added sql command output handler.
- Added support for line commends in scripts.
- Fixed variables with quoted values.
- Added more parameter sets for
Connect-SmoInstance
.
- Fixed connection exception for Azure SQL.
- Added
$(Variable)
and:setvar Variable Value
support.
- Added
Invoke-SmoCommand
with batch support (GO
statement).
- Added
Connect-SmoInstance
andDisconnect-SmoInstance
commands.