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

PrimitiveAlias eq should accept null for nullable columns #649

Closed
stephenh opened this issue May 18, 2023 · 1 comment · Fixed by #650
Closed

PrimitiveAlias eq should accept null for nullable columns #649

stephenh opened this issue May 18, 2023 · 1 comment · Fixed by #650
Labels
good first issue Good for newcomers hack day seems doable in a hack day released

Comments

@stephenh
Copy link
Collaborator

stephenh commented May 18, 2023

I.e. a.lastName.eq(null) / ne(null).

@stephenh stephenh added good first issue Good for newcomers hack day seems doable in a hack day labels May 18, 2023
stephenh added a commit that referenced this issue May 19, 2023
* fix: Allow primitive conditions to do is/is not null.

Fixes #649

* Fix tests.
stephenh pushed a commit that referenced this issue May 19, 2023
## [1.78.3](v1.78.2...v1.78.3) (2023-05-19)

### Bug Fixes

* Allow primitive conditions to do is/is not null. ([#650](#650)) ([995d871](995d871)), closes [#649](#649)
@stephenh
Copy link
Collaborator Author

🎉 This issue has been resolved in version 1.78.3 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers hack day seems doable in a hack day released
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant