Dapper.Bulk icon indicating copy to clipboard operation
Dapper.Bulk copied to clipboard

allows explicitkey id property to bulk insert

Open mennansevim opened this issue 5 years ago • 0 comments

We got error while try to bulk insert. Cannot insert the value NULL into column 'Id' without autoincrement id

when trying to give a value to id(explicitkey) it gives a "cannot insert null value to id" error, although I should be able to give a value on non auto increment id column

This commit ignores explicit keys from allProperties.Except operation.

mennansevim avatar May 20 '20 14:05 mennansevim