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

Null semantics for row value equality #2535

Merged
merged 1 commit into from
Oct 16, 2022
Merged

Conversation

roji
Copy link
Member

@roji roji commented Oct 16, 2022

Closes #2357


[ConditionalTheory]
[MemberData(nameof(IsAsyncData))]
public virtual async Task Compare_row_values_equal_without_expansion(bool async)
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/cc to @maumar with ❤️

This implements null semantics for PG row values (see and implementatin comments above if interested in the technicalitie - it's kinda cool). This could be useful if we ever get around to bringing row values to relational (dotnet/efcore#26822).

/cc @smitpatel

@roji roji enabled auto-merge (squash) October 16, 2022 19:30
@roji roji merged commit e974eca into npgsql:main Oct 16, 2022
@roji roji deleted the RowValueNullSemantics branch October 16, 2022 19:44
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.

Support row value equality in nullability processing
1 participant