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

Comparison operators ignore nullability #130

Closed
parsonsmatt opened this issue Aug 7, 2019 · 1 comment
Closed

Comparison operators ignore nullability #130

parsonsmatt opened this issue Aug 7, 2019 · 1 comment

Comments

@parsonsmatt
Copy link
Collaborator

The operators for comparing two sqlexpr values always return bool. However if the operands are nullable, the proper result type is maybe bool.

@belevy
Copy link
Collaborator

belevy commented May 28, 2023

#357 Explains this issue better. Null-ability is a huge sticking point in the API in general.

@belevy belevy closed this as not planned Won't fix, can't repro, duplicate, stale May 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants