Releases: cedx/sql.ps1
Releases · cedx/sql.ps1
SQL Client for PowerShell 0.6.0
SQL Client for PowerShell 0.5.1
- Fixed the
New-Commandcmdlet.
SQL Client for PowerShell 0.5.0
- Added the
-PositionalParametersargument to most cmdlets. - Restored the type of the
-Parametersargument to[hashtable].
SQL Client for PowerShell 0.4.0
- Changed the type of the
-Parametersargument to[System.Collections.Specialized.OrderedDictionary].
SQL Client for PowerShell 0.3.0
- Added the
-Timeoutparameter to most cmdlets. - Renamed the
Get-ServerVersioncmdlet toGet-Version.
SQL Client for PowerShell 0.2.0
- Added a simple object mapping feature.
- Added new cmdlets:
Get-ServerVersion,New-CommandandNew-Parameter. - Replaced the
-AsHastableparameter ofGet-First,Get-SingleandInvoke-Querycmdlets by the-Asparameter.
SQL Client for PowerShell 0.1.0
- Initial release.