Releases for RepoDb.PostgreSql.BulkOperations
Please click here to see the actual Nuget package. Otherwise, please click here to download it.
RepoDb.PostgreSql.BulkOperations (v1.13.1)
- Fixed the issues when writing the records into the database via
System.DataTable
object using the BinaryBulkImport, when an Enum-based property is present. - Referenced the
RepoDb
packagev1.13.1
. - Referenced the
RepoDb.PostgreSql
packagev1.13.1
.
RepoDb.PostgreSql.BulkOperations (v1.13.1-alpha1)
- Enabled the
net7.0
TFM.
RepoDB.PostgreSql.BulkOperations (v1.13.0)
- Referenced the
RepoDb
packagev1.13.0
. - Referenced the
RepoDb.PostgreSql
packagev1.13.0
.
RepoDB.PostgreSql.BulkOperations (v0.0.12)
- Referenced the
RepoDb
packagev1.13.0-beta1
. - Referenced the
RepoDb.PostgreSql
packagev1.13.0-beta1
.
RepoDB.PostgreSql.BulkOperations (v0.0.11)
- Referenced the
RepoDb
packagev1.13.0-alpha2
. - Referenced the
RepoDb.PostgreSql
packagev1.13.0-alpha2
.
RepoDB.PostgreSql.BulkOperations (v0.0.10)
- Referenced the
RepoDb
packagev1.13.0-alpha1
. - Referenced the
RepoDb.PostgreSql
packagev1.13.0-alpha1
. - Upgraded the
Npgsql
package tov6.0.1
.
RepoDB.PostgreSql.BulkOperations (v0.0.9)
- Referenced the
RepoDb
packagev1.12.10
. - Upgraded the
RepoDb.PostgreSql
package tov1.1.5
.
RepoDB.PostgreSql.BulkOperations (v0.0.8)
- Supported the enumerations in all bulk operations. The different entity types (i.e.:
TEntity
, IDictionary<string, object>, ExpandoObject,Anonymous
andDataTable
) are covered on the enum support. - Supported the
.NET v6.0
. - Added the
Title
andPackageTags
tags in the Nuget Package (.nuspec references). - Upgraded the
RepoDb
package tov1.12.10-beta4
. - Upgraded the
RepoDb.PostgreSql
package tov1.1.5-beta2
.
RepoDB.PostgreSql.BulkOperations (v0.0.7)
- Added the bulk operations extended methods on the DbRepository class.
- Added the bulk operations extended methods on the BaseRepository class.
RepoDB.PostgreSql.BulkOperations (v0.0.6)
- Introduced the BinaryBulkDeleteByKey operation.
RepoDB.PostgreSql.BulkOperations (v0.0.5)
- Introduced the BinaryBulkDelete operation.
RepoDB.PostgreSql.BulkOperations (v0.0.4)
- Introduced the BinaryBulkUpdate operation.
RepoDB.PostgreSql.BulkOperations (v0.0.3)
- Introduced the BinaryBulkMerge operation.
RepoDB.PostgreSql.BulkOperations (v0.0.2)
- Introduced the BinaryBulkInsert operation.
RepoDB.PostgreSql.BulkOperations (v0.0.1)
- Initial relase of the RepoDb.PostgreSql.BulkOperations package.
- Introduced the BinaryImport operation.