mtanneryd / ef-bulk-operations

Bulk operations for Entity Framework 6
Apache License 2.0
80 stars 30 forks source link

BulkSelectExisting/BulkSelectNotExisting fails when selecting on null value #17

Closed mtanneryd closed 5 years ago

mtanneryd commented 5 years ago

null values in a BulkSelectRequest will incorrectly match column default values zero and Guid.

mtanneryd commented 5 years ago

Fixed in de2e8e7