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 175 forks source link

“There is already an object named 'temp_Students_636136759476987970' in the database.” #102

Open sanket3345 opened 8 years ago

sanket3345 commented 8 years ago

Getting the error with version EFUtilities.1.0.2 “There is already an object named 'temp_Students_636136759476987970' in the database.”

After reading the code of UpdateItems method it seems the Code is trying to create the same temp_ table again. Its is raised when we call the method UpdateALL

Bkl741 commented 7 years ago

I meet this problem too. Have you found a solution ?

RudeySH commented 6 years ago

See #57. This is a concurrency issue that would have been fixed if #61 or #113 ever got merged. Unfortunately, this project hasn't been updated in a while. Check out my fork, it contains all the latest fixes.