Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support isNull and isNotNull in queries #113

Closed
LiteracyFanatic opened this issue Oct 12, 2021 · 2 comments · Fixed by #114
Closed

Support isNull and isNotNull in queries #113

LiteracyFanatic opened this issue Oct 12, 2021 · 2 comments · Fixed by #114

Comments

@LiteracyFanatic
Copy link
Contributor

Is your feature request related to a problem? Please describe.
Queries that use isNull fail to translate.

Describe the solution you'd like
Support the isNull function.

Describe alternatives you've considered
Using value = null works so this isn't super important, mostly stylistic. FSharpLint will suggest using isNull instead but following this suggestion leads to code that doesn't work.

@simon-reynolds
Copy link
Collaborator

Released to NuGet as version 5.0.3

@LiteracyFanatic
Copy link
Contributor Author

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging a pull request may close this issue.

2 participants