MikaelEliasson / EntityFramework.Utilities

Provides extensions for EntityFramework that doesn't exist out of the box like delete and update by query and bulk inserts
443 stars 176 forks source link

SqlQueryProvider.UpdateItems intends to use a temp table but does not correctly create one. #89

Open MPogson opened 8 years ago

MPogson commented 8 years ago

In the SqlQueryProvider the idea is the create a temp table with the data you want to update. The problem is that it doesnt create a real temp table because it doesnt prefix with the '#' symbol. This is a problem because in our UAT and production environments we cannot create tables like this they need to be real temp tables.

MPogson commented 8 years ago

I would be more than happy to create a pull request if that would help

RubberChickenParadise commented 8 years ago

This was called out in #84 unfortunately it has not been merged into main. I'll be pulling in all the active pull requests to my fork later tonight to continue maintaining this library. It has become essential to the project I work on at work.

MPogson commented 8 years ago

oh my bad I thought I looked at them all I will remove this one.

RudeySH commented 6 years ago

The pull request will never be merged, this project is dead. I'm attempting to maintain an improved version of EntityFramework.Utilities, please see my fork.