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

Small update to allow for batch insert/update operations on entities with computed properties #72

Open jlikens opened 8 years ago

jlikens commented 8 years ago

Was unable to add proper tests as there does not appear to be a database creation script in the solution and I didn't feel like reverse engineering one

oryol commented 8 years ago

Can it be fixed without manual patching and rebuilding library? NuGet package doesn't work well with computed columns