Releases: zzzprojects/Dapper-Plus
Releases · zzzprojects/Dapper-Plus
v6.0.3
Download the library here
- ADDED: Support to pluralized table name when the singular table name is not found (only when there is no table name explicitly specified)
- ADDED: Support to multiple data annotations for the method
conn.CreateTable<T>()
- UPDATED: Monthly Trial Release
Trial unlocked until the end of October
v6.0.2
v6.0.1
v6.0.0
Download the library here
- BREAKING CHANGE: An error is now thrown when a mapping is being modified during a bulk operations is in progress. That situation often happen when a
Global Context Mapping
is used inside a method that modify the current global mapping instead of using anInstance Context Mapping
: https://dapper-plus.net/getting-started-mapping#instance-context-mapping - UPDATED: Monthly Trial Release
Trial unlocked until the end of July
v5.0.4
v5.0.2
v5.0.1
Download the library here
- ADDED: FREE Method:
SingleInsert
,SingleUpdate
,SingleDelete
,SingleMerge
. All options compatible with theBulk
methods are available; however, you can only perform the operation on 1 row (you can loop on every item of your list) - UPDATED: Monthly Trial Release
Trial unlocked until the end of April
v5.0.0
Download the library here
- BREAKING CHANGES: Removed Newtonsoft.Json dependency. The dependency was only required when reading the license from a
json
file. We are now using a code we created. We recommend that everyone store their license in ajson
file to make a quick validation test even if no impact is expected. - UPDATED: Monthly Trial Release
Trial unlocked until the end of March