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.
- Added support for views to
Get-DacColumn
command. - Updated Microsoft.SqlServer.DacFx to 162.1.167.
- Updated System.Management.Automation to 7.2.16 and PowerShell 7.2.16.
- Added
Install-Package
parameter for IgnoreWithNocheckOnCheckConstraints, IgnoreWithNocheckOnForeignKeys and ScriptNewConstraintValidation.
- Added verbose output to import dacpac and install dacpac.
- The access token in the
Connect-Service
command cannot be within the connection string but is an optional parameter. - Connecting to a azure sql server without a access token, will aquire a new token.
- Added deploy options to
Install-Package
.
- Added UpdateExisting switch to install command.
- Added
Export-DacModel
command. - Added database option to import model or package from.
- Added
New-SchemaComparison
command.
- Updated powershell version.
- Exception when write powershell output in thread.
- Pipeline input for Disconnect-Service.
- Default parameter set ConnectionString for Connect-Service.
- Added
Connect-DacService
command. - Added
Disconnect-DacService
command. - Added
Install-DacPackage
command. - Added output to all commands.
- Added documentation.
- Changed type of the Name property in
Get-DacDataType
output from SqlDataType to string.
Get-DacDataType
works for user defined types and CLI types.
- Added variable handling to
New-DacCreateScript
command. - Added
Get-DacTableValuedFunction
command.