Releases: xin9le/DeclarativeSql
Releases · xin9le/DeclarativeSql
v1.4.4
Fixes
- Fixed an issue that SQL would fail to execute if the alias name is a reserved keyword.
v1.4.2
Fixes
- The accesibility of
MicrosoftSqlClientInitializer
and SystemSqlClientInitializer
were public
again.
v1.4.1
Changes
ModuleInitializerAttribute
has been changed from public
to internal
v1.4.0
Improvements
- Enable XML documents
- Update NuGet packages
Breaking Changes
ModuleIntializer
is enabled, so you don't need call MicrosoftSqlClientOperation.Intialize()
/ SystemSqlClientOperation.Initialize()
- The accessibility of these methods has been changed from
public
to internal
v1.3.4
Breaking Changes
- Changed
QueryBuilder<T>
to ref struct
to prevent illegal memory access.
Update NuGet package(s)
v1.3.3
Improvements
- Supports cancellation for async operations
Changes
- Update NuGet package
Microsoft.Data.SqlClient
2.1.1
Fixes
- Doesn't work
InsertIgnore
and InsertIgnoreAsync
for MySQL
v1.3.2
Improvements
- Fall back
SqlBulkCopy
timeout setting.
v1.3.1
Changes
- Update NuGet packages
Dapper
2.0.78
Microsoft.Data.SqlClient
2.1.0
BindParameter.Merge
is renamed to BindParameter.Append
Fixes
- Avoided sending unnecessary properties on update