Skip to content
This repository has been archived by the owner on Apr 7, 2024. It is now read-only.

Releases: xin9le/DeclarativeSql

v1.5.0

10 Nov 15:30
Compare
Choose a tag to compare

New

  • Supports .NET 6

Changes

  • Updates NuGet packages

v1.4.4

26 Oct 16:36
Compare
Choose a tag to compare

Fixes

  • Fixed an issue that SQL would fail to execute if the alias name is a reserved keyword.

v1.4.3

11 Oct 17:36
Compare
Choose a tag to compare

Improvements

v1.4.2

19 May 16:35
Compare
Choose a tag to compare

Fixes

  • The accesibility of MicrosoftSqlClientInitializer and SystemSqlClientInitializer were public again.

v1.4.1

05 May 12:28
Compare
Choose a tag to compare

Changes

  • ModuleInitializerAttribute has been changed from public to internal

v1.4.0

05 May 08:02
Compare
Choose a tag to compare

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

06 Feb 16:09
Compare
Choose a tag to compare

Breaking Changes

  • Changed QueryBuilder<T> to ref struct to prevent illegal memory access.

Update NuGet package(s)

  • ZString 2.3.1

v1.3.3

19 Dec 07:31
Compare
Choose a tag to compare

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

30 Nov 15:47
Compare
Choose a tag to compare

Improvements

  • Fall back SqlBulkCopy timeout setting.

v1.3.1

21 Nov 13:51
Compare
Choose a tag to compare

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