Releases: zzzprojects/Dapper-Plus
Releases · zzzprojects/Dapper-Plus
Release list
v9.3.3
v9.3.2
v9.3.1
v9.3.0
Download the library here
- ADDED: New namespace
Z.Dapper.Sqlthat will contain multiple "SQL" methods - ADDED: TruncateTable method (under
Z.Dapper.Sql) - IMPROVED: For
MySQL,GET_LOCKandRELEASE_LOCKare now used when there is a transaction (LOCK TABLEis still used when there is no transaction). - UPDATED: Monthly Trial Release
Trial unlocked until the end of May
v9.2.3
v9.2.2
v9.2.1
v9.2.0
Download the library here
- ADDED: New option
DisableAutoMap. Whentrue, the auto-mapping is fully disabled and will no longer be triggered (key, column, foreign key, etc.).
Trial unlocked until the end of January
v9.1.0
v9.0.0
Download the library here
- BREAKING CHANGES: MySqlBulkCopy is now used by our library when
AllowLoadLocalInfile=Trueis set in the connection string (specific to providers using MySqlConnector). - BREAKING CHANGES: BulkMerge now uses
INSERT DEFAULT VALUESwhen no column to insert is specified (specific to SQL Server). You can ignore the insert part by settingIgnoreOnMergeInsert = true. - UPDATED: Monthly Trial Release
Trial unlocked until the end of December