Skip to content

Commit f75c703

Browse files
authored
Update README.md
1 parent e4edc68 commit f75c703

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ Additionally there is **UpdateByProperties** for specifying custom properties, b
189189
When setting multiple props in UpdateByProps then match done by columns combined, like unique constrain based on those cols.<br>
190190
Using UpdateByProperties while also having Identity column requires that Id property be [Excluded](https://github.com/borisdj/EFCore.BulkExtensions/issues/131).<br>
191191
Also with PostgreSQL when matching is done it requires UniqueIndex so for custom UpdateByProperties that do not have Un.Ind., it is temporarily created in which case method can not be in transaction (throws: *current transaction is aborted; CREATE INDEX CONCURRENTLY cannot run inside a transaction block*).<br>
192-
Similar is done wiht MySQL by temporarily adding UNIQUE CONSTRAINT.<br>
192+
Similar is done with MySQL by temporarily adding UNIQUE CONSTRAINT.<br>
193193

194194
If **NotifyAfter** is not set it will have same value as _BatchSize_ while **BulkCopyTimeout** when not set has SqlBulkCopy default which is 30 seconds and if set to 0 it indicates no limit.<br><br>
195195
_SetOutputIdentity_ have purpose only when PK has Identity (usually *int* type with AutoIncrement), while if PK is Guid(sequential) created in Application there is no need for them.<br>

0 commit comments

Comments
 (0)