Skip to content

Releases: cedx/sql.net

SQL Client for .NET 1.0.0

01 Jan 11:23

Choose a tag to compare

  • First stable release.
  • Removed the Belin.Sql.Dapper assembly.

SQL Client for .NET 0.17.0

17 Dec 22:45

Choose a tag to compare

  • Replaced all dynamic references by the System.Dynamic.ExpandoObject type.

SQL Client for .NET 0.16.0

16 Dec 11:33

Choose a tag to compare

  • Fixed the handling of parameter names and values.
  • Fixed the New-Parameter cmdlet.
  • The -Value parameter of the New-Parameter cmdlet is now mandatory.

SQL Client for .NET 0.15.1

16 Dec 08:31

Choose a tag to compare

  • Fixed the handling of parameter names and values.

SQL Client for .NET 0.15.0

15 Dec 22:53

Choose a tag to compare

  • Added an indexer to the ParameterCollection class.
  • Added the Contains(), IndexOf() and RemoveAt() methods to the ParameterCollection class.

SQL Client for .NET 0.14.0

15 Dec 16:52

Choose a tag to compare

  • Added overloads to the constructor of ParameterCollection class.
  • Renamed the Parameter.ParameterName property to Name.
  • The Parameter constructor now allows values to be passed to the DbType and Size properties.

SQL Client for .NET 0.13.1

15 Dec 14:56

Choose a tag to compare

  • The asynchronous methods of the ConnectionExtensions class can now be used with instances of the IDbConnection interface.

SQL Client for .NET 0.13.0

14 Dec 18:11

Choose a tag to compare

  • Added non-generic overloads to the methods of ConnectionExtensions class.
  • Fixed the Invoke-Query and Invoke-Reader cmdlets.
  • Removed the Adapter class.
  • Removed the Get-Version cmdlet.

SQL Client for .NET 0.12.0

13 Dec 23:06

Choose a tag to compare

  • Added implicit conversions to the Parameter class.

SQL Client for .NET 0.11.0

13 Dec 19:39

Choose a tag to compare

  • Removed the ConnectionExtensions.ExecuteScalar() non-generic method.
  • The Adapter class now implements the IDisposable interface.
  • The Get-Scalar and Invoke-Query cmdlets now use a non-terminating error.