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

UpdateAll() method does not include table schema in generated SQL #116

Closed johnlundstedt closed 7 years ago

johnlundstedt commented 7 years ago

The SQL code that is generated by the UpdateAll() method does not include the table schema. By the way, the table schema is correctly included in the SQL generated by InsertAll().

johnlundstedt commented 7 years ago

Looks like this is fixed by Pull request #60. If only we can get @MikaelEliasson to kindly spare a few minutes to merge it :-)