Skip to content

Releases: cedx/sql.ps1

SQL Client for PowerShell 0.6.0

22 Nov 00:53

Choose a tag to compare

  • Added the New-DataMapper cmdlet.
  • Fixed the deserialization of Enum and Nullable types.

SQL Client for PowerShell 0.5.1

21 Nov 19:55

Choose a tag to compare

  • Fixed the New-Command cmdlet.

SQL Client for PowerShell 0.5.0

21 Nov 19:46

Choose a tag to compare

  • Added the -PositionalParameters argument to most cmdlets.
  • Restored the type of the -Parameters argument to [hashtable].

SQL Client for PowerShell 0.4.0

21 Nov 19:15

Choose a tag to compare

  • Changed the type of the -Parameters argument to [System.Collections.Specialized.OrderedDictionary].

SQL Client for PowerShell 0.3.0

20 Nov 14:38

Choose a tag to compare

  • Added the -Timeout parameter to most cmdlets.
  • Renamed the Get-ServerVersion cmdlet to Get-Version.

SQL Client for PowerShell 0.2.0

12 Nov 00:53

Choose a tag to compare

  • Added a simple object mapping feature.
  • Added new cmdlets: Get-ServerVersion, New-Command and New-Parameter.
  • Replaced the -AsHastable parameter of Get-First, Get-Single and Invoke-Query cmdlets by the -As parameter.

SQL Client for PowerShell 0.1.0

10 Nov 15:02

Choose a tag to compare