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

Fix for Bulk Update always using the default schema for the update target table #60

Open RubberChickenParadise opened 9 years ago

RubberChickenParadise commented 9 years ago

Fixed missing schema addressing in SqlQueryProvider.UpdateItems by adding schema to the string.format to build the update statement

felipegouveiae commented 7 years ago

@MikaelEliasson this may be very usefull. Would you accept the pull request?

denis-bondarenko commented 7 years ago

i need this changes as well. could someone find a moment to merge them please

johnlundstedt commented 7 years ago

I also need this change as well. @MikaelEliasson , can you take a minute to merge this simple fix?