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

SQL null semantics for and, or, not #5502

Merged
merged 1 commit into from
Nov 26, 2024
Merged

SQL null semantics for and, or, not #5502

merged 1 commit into from
Nov 26, 2024

Conversation

mattnibs
Copy link
Collaborator

@mattnibs mattnibs commented Nov 25, 2024

Closes #5465

@mattnibs mattnibs requested a review from a team November 25, 2024 18:20
@mattnibs mattnibs force-pushed the sql-logical-nulls branch 5 times, most recently from 223ee96 to f87330d Compare November 25, 2024 18:30
runtime/sam/expr/eval.go Outdated Show resolved Hide resolved
runtime/sam/expr/eval.go Outdated Show resolved Hide resolved
runtime/vam/expr/logic.go Outdated Show resolved Hide resolved
@mattnibs mattnibs force-pushed the sql-logical-nulls branch 5 times, most recently from 89e7044 to 42a87c2 Compare November 26, 2024 16:53
@mattnibs mattnibs requested a review from nwt November 26, 2024 17:52
runtime/sam/expr/eval.go Outdated Show resolved Hide resolved
vector/view.go Outdated Show resolved Hide resolved
@mattnibs mattnibs merged commit f166ba9 into main Nov 26, 2024
3 checks passed
@mattnibs mattnibs deleted the sql-logical-nulls branch November 26, 2024 19:05
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

Successfully merging this pull request may close these issues.

Vector query with multi-part "where" filter not returning result
2 participants