EntityFramework.Utilities icon indicating copy to clipboard operation
EntityFramework.Utilities copied to clipboard

'InsertAll' does not support SqlBulkCopyOptions

Open Zettersten opened this issue 9 years ago • 6 comments

We're looking to add some redundancy to our database. We do this via triggers on raw SqlSBulkCopy usage.

However,

The EF Utilities interfaces do not supply arguments for passing this option in.

Please review my submission.

Zettersten avatar Mar 09 '15 14:03 Zettersten

Where is the feature? I could not found the parameters on the InsertAll method :(

TheDevKnight avatar Feb 24 '16 21:02 TheDevKnight

Was this change pushes to nuget? Once it's there #77 can be also closed.

abatishchev avatar Mar 15 '16 03:03 abatishchev

Was it ever merged into master?

abatishchev avatar May 25 '16 17:05 abatishchev

So far no. The last commit to the Repo was 10 months ago. I have a fork where I fixed several issues.

I will probably be pulling in the current pull requests and maintain the fork.

RubberChickenParadise avatar May 25 '16 18:05 RubberChickenParadise

FYI, I have merged most pending pull requests into my fork, RudeySH/EntityFramework.Utilities. Besides this issue, a lot of other issues are also fixed in my fork.

RudeySH avatar Feb 08 '18 15:02 RudeySH

Please publish the nuget package, at least a beta of it.

abatishchev avatar Feb 08 '18 16:02 abatishchev