Skip to content

Releases: cedx/sql.net

SQL Client for .NET 3.0.1

17 Jan 21:24

Choose a tag to compare

  • Fixed the Publish-Object, Remove-Object and Update-Object cmdlets.

SQL Client for .NET 3.0.0

17 Jan 15:33

Choose a tag to compare

  • Breaking change: removed some parameters from the Parameter primary constructor.
  • Breaking change: renamed the New-Mapper cmdlet to Get-Mapper.
  • Breaking change: renamed the -Transaction parameter of Approve-Transaction, Close-Connection and Deny-Transaction cmdlets to -InputObject.
  • Breaking change: transformed the Mapper class into a singleton instance.
  • Added new implicit conversions to the Parameter class.
  • Added a new overload to the ParameterCollection constructor.
  • Added the Command record.
  • Added the CommandBuilder class.
  • Added the ColumnInfo.GetValue() method.
  • Added the TableInfo.Schema property.
  • Added the Delete(), Exists(), Find(), Insert() and Update() methods to the ConnectionExtensions class.
  • Added the Find-Object, Publish-Object, Remove-Object, Test-Object and Update-Object cmdlets.
  • Made the Mapper.GetTable() method public.

SQL Client for .NET 2.0.0

13 Jan 22:54

Choose a tag to compare

  • Breaking change: the Query and QueryAsync methods of the ConnectionExtensions class now return a List<T> by default.
  • Breaking change: transformed the CommandOptions constructor into a parameterless constructor.
  • Added the QueryOptions record.
  • Added the IEnumerable<T>.AsList() extension method.
  • Added the -NoEnumerate and -Stream parameters to the Invoke-Query cmdlet.

SQL Client for .NET 1.2.0

13 Jan 14:36

Choose a tag to compare

  • Simplified the constraint on generic type parameters.

SQL Client for .NET 1.1.0

09 Jan 08:33

Choose a tag to compare

  • Added support for mapping a single record to multiple objects.
  • Added the -SplitOn parameter to the Invoke-Query cmdlet.

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.