Skip to content

fix(postgrest): resolve nullable Value in bare boolean predicates - #432

Draft
Tr00d wants to merge 1 commit into
masterfrom
fix/postgrest-nullable-value-bare-boolean
Draft

Tr00d wants to merge 1 commit into
masterfrom
fix/postgrest-nullable-value-bare-boolean

Conversation

@Tr00d

@Tr00d Tr00d commented Sep 14, 2026

Copy link
Copy Markdown
Contributor

Follow-up on #429, but for VisitMember

@fresh55 fresh55 left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

LGTM! 👍

one note: when reviewing PR I found that the same thing still happens with HasValue:

client.Table<NullableFlag>().Where(x => x.IsActive.HasValue).GenerateUrl();
// actual:   .../nullable_flag?HasValue=eq.True
// expected: .../nullable_flag?is_active=not.is.null

Should I open a new issue or are you going to do it here?

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.

2 participants