Releases: cedx/sql.net
Releases · cedx/sql.net
SQL Client for .NET 1.0.0
SQL Client for .NET 0.17.0
- Replaced all
dynamicreferences by theSystem.Dynamic.ExpandoObjecttype.
SQL Client for .NET 0.16.0
- Fixed the handling of parameter names and values.
- Fixed the
New-Parametercmdlet. - The
-Valueparameter of theNew-Parametercmdlet is now mandatory.
SQL Client for .NET 0.15.1
- Fixed the handling of parameter names and values.
SQL Client for .NET 0.15.0
- Added an indexer to the
ParameterCollectionclass. - Added the
Contains(),IndexOf()andRemoveAt()methods to theParameterCollectionclass.
SQL Client for .NET 0.14.0
- Added overloads to the constructor of
ParameterCollectionclass. - Renamed the
Parameter.ParameterNameproperty toName. - The
Parameterconstructor now allows values to be passed to theDbTypeandSizeproperties.
SQL Client for .NET 0.13.1
- The asynchronous methods of the
ConnectionExtensionsclass can now be used with instances of theIDbConnectioninterface.
SQL Client for .NET 0.13.0
- Added non-generic overloads to the methods of
ConnectionExtensionsclass. - Fixed the
Invoke-QueryandInvoke-Readercmdlets. - Removed the
Adapterclass. - Removed the
Get-Versioncmdlet.
SQL Client for .NET 0.12.0
- Added implicit conversions to the
Parameterclass.
SQL Client for .NET 0.11.0
- Removed the
ConnectionExtensions.ExecuteScalar()non-generic method. - The
Adapterclass now implements theIDisposableinterface. - The
Get-ScalarandInvoke-Querycmdlets now use a non-terminating error.