mtanneryd / ef-bulk-operations

Bulk operations for Entity Framework 6

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BulkUpdateAll fails as update has columns in SQL

dansharpe83 opened this issue · comments

i'm trying to update some entities, my first one goes through fine, but the 2nd one throws an exception as the columns in the update statement are blank:
image
any idea what would make this happen?

i found the issue, was me being stupid