Skip to content

Releases: abbgrade/PsDac

1.7.0

19 Aug 09:25
Compare
Choose a tag to compare

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

24 Aug 13:27
Compare
Choose a tag to compare

Changed

  • Added verbose output to import dacpac and install dacpac.

1.5.0

10 Jul 10:33
Compare
Choose a tag to compare

Changed

  • 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

  • Added deploy options to Install-Package.

1.3.0

03 Apr 10:57
Compare
Choose a tag to compare

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

03 Apr 07:47
Compare
Choose a tag to compare

Added

  • Pipeline input for Disconnect-Service.

1.1.0

30 Jul 19:47
Compare
Choose a tag to compare

Added

  • Default parameter set ConnectionString for Connect-Service.

1.0.0

12 May 13:06
Compare
Choose a tag to compare

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.