Releases: zzzprojects/Bulk-Operations
Releases · zzzprojects/Bulk-Operations
v2.13.25
Download the library here
- ADDED: Support to all
Ignore
options when using AutoMap
bulk.IgnoreOnMergeInsertExpression = x => x.IgnoreColumn1;
bulk.IgnoreOnMergeUpdateExpression = x => new { x.IgnoreColumn1, x.IgnoreColumn2 };
Trial unlocked for the current month (August)
v2.13.24
Download the library here
Trial unlocked for the current month (August)
v2.13.23
Download the library here
Trial unlocked for the current month (July)
v2.13.20
Download the library here
- ADDED: Support to
MergeMatchedAndFormula
for PostgrelSQL
options.MergeMatchedAndFormula = "DestinationTable.\"ColumnString\" > '5'"
Trial unlocked for the current month (May)
v2.13.19
Download the library here
Trial unlocked for the current month (May)
v2.13.18
Download the library here
- ADDED: Support to
InsertKeepIdentity
and InsertIfNotExists
for MySQL
Trial unlocked for the current month (April)
v2.13.16
Download the library here
- FIXED: PostgreSQL Timestamp with timezone column saving with local timezone
Trial unlocked for the current month (March)
v2.13.15
Download the library here
- IMPROVED: Support for dynamic type + AutoMapping
Trial unlocked for the current month (March)
v2.13.14
Download the library here
Trial unlocked for the current month (March)
v2.13.13
Download the library here
PATCHES
- FIXED:
AutoMapKeyName
is now working properly with destination column name
Trial unlocked for the current month (February)