Skip to content

Releases: KostovMartin/Dapper.Bulk

Dapper.Bulk v1.6.0

08 Feb 18:50
Compare
Choose a tag to compare

-Reference package Microsoft.Data.SqlClient instead of System.Data.SqlClient
-Added support for Schema attribute
-Allow ColumnName and Key on the same field
-TargetFramework is now net6.0
-Updated nugets and code style

Dapper.Bulk v1.5.0

17 May 08:07
Compare
Choose a tag to compare

-Added byte[] type support
-Added netstandard2.1 support
-Removed framework 4.5 support.
-Catalog.Schema.TableName Nomenclature Fix #21
-Identity Insert support

Dapper.Bulk v1.4.2

04 Mar 19:21
Compare
Choose a tag to compare

-Fixed issues #8 and #10 .

Dapper.Bulk v1.4.1

18 Jan 12:18
Compare
Choose a tag to compare

-Fixed issue #7.

Dapper.Bulk v1.4.0

25 Dec 12:30
Compare
Choose a tag to compare

-Added custom column names support.

Dapper.Bulk v1.3.0

25 Sep 06:50
Compare
Choose a tag to compare

-Added better invalid properties support.
-Added NotMapped attribute support.

Dapper.Bulk v1.2.0

14 Jul 12:51
Compare
Choose a tag to compare

-Added Enum support.

Dapper.Bulk v1.1.1

04 Jun 09:17
Compare
Choose a tag to compare

-Fixed issue #2

Dapper.Bulk v1.1

14 Apr 17:40
Compare
Choose a tag to compare
  • Table conventions are now cleaned on SetupConvention call.

Dapper.Bulk v1.0.3

14 Apr 17:48
Compare
Choose a tag to compare
  • Fixed bug: exception thrown when inserted items are more than send onces, due triggers activity.
  • Added custom table name generation conventions.