Releases: cedx/sql.net
Releases · cedx/sql.net
SQL Client for .NET 3.0.1
SQL Client for .NET 3.0.0
- Breaking change: removed some parameters from the
Parameterprimary constructor. - Breaking change: renamed the
New-Mappercmdlet toGet-Mapper. - Breaking change: renamed the
-Transactionparameter ofApprove-Transaction,Close-ConnectionandDeny-Transactioncmdlets to-InputObject. - Breaking change: transformed the
Mapperclass into a singleton instance. - Added new implicit conversions to the
Parameterclass. - Added a new overload to the
ParameterCollectionconstructor. - Added the
Commandrecord. - Added the
CommandBuilderclass. - Added the
ColumnInfo.GetValue()method. - Added the
TableInfo.Schemaproperty. - Added the
Delete(),Exists(),Find(),Insert()andUpdate()methods to theConnectionExtensionsclass. - Added the
Find-Object,Publish-Object,Remove-Object,Test-ObjectandUpdate-Objectcmdlets. - Made the
Mapper.GetTable()method public.
SQL Client for .NET 2.0.0
- Breaking change: the
QueryandQueryAsyncmethods of theConnectionExtensionsclass now return aList<T>by default. - Breaking change: transformed the
CommandOptionsconstructor into a parameterless constructor. - Added the
QueryOptionsrecord. - Added the
IEnumerable<T>.AsList()extension method. - Added the
-NoEnumerateand-Streamparameters to theInvoke-Querycmdlet.
SQL Client for .NET 1.2.0
- Simplified the constraint on generic type parameters.
SQL Client for .NET 1.1.0
- Added support for mapping a single record to multiple objects.
- Added the
-SplitOnparameter to theInvoke-Querycmdlet.
SQL Client for .NET 1.0.0
- First stable release.
- Removed the
Belin.Sql.Dapperassembly.
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.