Releases: abbgrade/PsDac
Releases · abbgrade/PsDac
1.7.0
Changed
- 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
- Added
Install-Package
parameter for IgnoreWithNocheckOnCheckConstraints, IgnoreWithNocheckOnForeignKeys and ScriptNewConstraintValidation.
1.6.0
1.5.0
1.3.0
Added
- Added UpdateExisting switch to install command.
- Added
Export-DacModel
command. - Added database option to import model or package from.
- Added
New-SchemaComparison
command.
Changed
- Updated powershell version.
Fixed
- Exception when write powershell output in thread.
1.2.0
1.1.0
1.0.0
Added
- Added
Connect-DacService
command. - Added
Disconnect-DacService
command. - Added
Install-DacPackage
command. - Added output to all commands.
- Added documentation.
Changed
- Changed type of the Name property in
Get-DacDataType
output from SqlDataType to string.
Fixed
Get-DacDataType
works for user defined types and CLI types.