Skip to content

Bug: BulkInsert returns wrong rows affected result #1020

Open
@dagmanolis

Description

@dagmanolis

I am using sql server. When I try to Bulk Insert on a table and there is a unique index (not Primary Key) and the index has IGNORE_DUP_KEY = ON and I try to insert duplicate entries then it should return zero (0) rows affected, but instead it returns the count of the collection.

Am I missing something?

Metadata

Metadata

Assignees

Labels

questionFurther information is requested

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions