Skip to content

fix(postgrest): keep ! and unary minus on captured values in Where filters - #414

Merged
Tr00d merged 1 commit into
supabase-community:masterfrom
fresh55:fix/where-unary-operators
Sep 7, 2026
Merged

fix(postgrest): keep ! and unary minus on captured values in Where filters#414
Tr00d merged 1 commit into
supabase-community:masterfrom
fresh55:fix/where-unary-operators

Conversation

@fresh55

@fresh55 fresh55 commented Sep 4, 2026

Copy link
Copy Markdown
Contributor

Fixes #413

Right side of Where was handled by node type and ! or unary minus on captured variable was ignored, so x.Done == !keepActive sent done=eq.True. Now right side is just evaluated. Enums still use name.

@Tr00d
Tr00d merged commit 0edc5d9 into supabase-community:master Sep 7, 2026
1 check passed
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.

bug(postgrest): Where() ignores ! and unary minus on captured variables

2 participants