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

Fix null semantics for row value comparison #3250

Open
roji opened this issue Aug 23, 2024 · 0 comments
Open

Fix null semantics for row value comparison #3250

roji opened this issue Aug 23, 2024 · 0 comments
Assignees
Labels
bug Something isn't working
Milestone

Comments

@roji
Copy link
Member

roji commented Aug 23, 2024

In NpgsqlSqlNullabilityProcessor, row value comparisons are currently always considered non-nullable, though they can definitely return null (e.g. SELECT (1, 2) > (NULL, 3).

@roji roji added the bug Something isn't working label Aug 23, 2024
@roji roji added this to the 9.0.0 milestone Aug 23, 2024
@roji roji self-assigned this Aug 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant