efcore / EFCore.FSharp

Adds F# design-time support to EF Core
MIT License
234 stars 26 forks source link

Translate calls to isNull to evaluate as IS NULL #114

Closed simon-reynolds closed 2 years ago

simon-reynolds commented 2 years ago

Proposed Changes

Queries using isNull x or not (isNull x) will now be translated to SQL and evaluated database-side

Types of changes

What types of changes does your code introduce to EFCore.FSharp? Put an x in the boxes that apply

Checklist

Put an x in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code.

Further comments

Closes #113