Skip to content

Releases: sharpjs/PSql

2.1.0

01 Jun 22:06
release/2.1.0
474f8ba
Compare
Choose a tag to compare
  • Update Microsoft.Data.SqlClient to 4.1.0
  • Add dependency Prequel, which is PSql's SQLCMD preprocessor moved to its own NuGet package.
  • Add support for a line comment at end of a SQLCMD directive.

2.0.1

01 Jun 22:05
release/2.0.1
450a99c
Compare
Choose a tag to compare
  • Fix GetConnectionString error with -AuthenticationMode SqlPassword and SqlClientVersion.Legacy:

    The specified SqlClient version 'Legacy' does not support
    authentication mode 'SqlPassword'."

  • Fix GetConnectionString with -AuthenticationMode Default choosing mode SqlPassword instead of AadIntegrated when no credential is specified. This resulted in the error:

    A credential is required when connecting to Azure SQL Database using
    authentication mode 'SqlPassword'.

2.0.0

25 Dec 20:03
release/2.0.0
ad1a282
Compare
Choose a tag to compare

2.0.0

The 2.0.0 release is a complete rewrite of PSql.

  • Change module type to binary.
  • Change target to PowerShell 7.0+ / .NET Core 3.1.
  • Change ADO.NET implementation to Microsoft.Data.SqlClient.
  • Add numerous SQL context properties and methods.
  • Add support for Azure Active Directory authentication modes.
  • Add automated build and publish via GitHub Actions.