Releases: cedx/sql.net
Releases · cedx/sql.net
SQL Mapper for .NET 4.1.0
- Added the
SqlOrderHintandSqlOrderHintCollectionclasses. - Added the
FindAll()andFindAllAsync()methods to theDbConnectionExtensionsclass. - Added the
SqlCommandBuilder.GetFindAllCommand()method. - Added the
SortOrderenumeration.
SQL Mapper for .NET 4.0.0
- Breaking change: completely rewrote the library.
- Breaking change: dropped support for PowerShell. See the SQL Mapper for PowerShell project for an alternative.
- Breaking change: raised the required target framework.
SQL Mapper for .NET 3.2.0
- Added new
CreateInstance()andCreateInstances()overloads to theMapperclass. - Added new
Query()andQueryAsync()overloads to theConnectionExtensionsclass. - Added the
cancellationTokenparameter to theDelete(),Exists(),Find(),Insert()andUpdate()methods of theConnectionExtensionsclass. - Added the
TableInfo.Typeproperty. - Fixed the
Publish-Object,Remove-ObjectandUpdate-Objectcmdlets.
SQL Mapper for .NET 3.1.0
- Improved the performance of
ColumnInfoandTableInfoclasses.
SQL Mapper for .NET 3.0.1
- Fixed the
Publish-Object,Remove-ObjectandUpdate-Objectcmdlets.
SQL Mapper 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 Mapper 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 Mapper for .NET 1.2.0
- Simplified the constraint on generic type parameters.
SQL Mapper for .NET 1.1.0
- Added support for mapping a single record to multiple objects.
- Added the
-SplitOnparameter to theInvoke-Querycmdlet.
SQL Mapper for .NET 1.0.0
- First stable release.
- Removed the
Belin.Sql.Dapperassembly.