Releases: lukaferlez/Simpleverse.Repository
Releases · lukaferlez/Simpleverse.Repository
Release v1.0.3
Fix issues with UpdateBulk method set. * Error in condition to detect objects to update. Added additional condition so that non Dapper contrib proxies are also processed * Fixed issue with bulk transfer not transfering all columns to the database and thus not being able to update records properly * Added test for UpdateBulk
Release v1.0.2
Use multi-value insert if possible instead of SqlBulkCopy Updated TransferBulkAsync for SqlServer implementation to use multi-value insert statement if the number of potential parameters is under 2000. * Limit is defined at https://docs.microsoft.com/en-us/sql/sql-server/maximum-capacity-specifications-for-sql-server?view=sql-server-ver15 * Limit is calculated as number of entites * number of columns to copy. If the number of parameters is over the limit SqlBulkCopy is used.
Release v1.0.1
Update release.yml
Release v1.0.0
Update build.yml