You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Auto-generated parity issue — may be a false positive.
This issue was created automatically by /sync-sdk-parity from a heuristic
analysis of recent supabase-js commits. The tooling has limited insight
into language-specific idioms and may have:
misidentified a JS-only change as cross-language relevant,
missed an existing implementation in this SDK under a different name,
or proposed an API shape that doesn't fit this language's conventions.
It is the SDK author's responsibility to validate the need before
implementing. If this change does not apply to this SDK, please close the
issue with a short note explaining why.
SDK Parity: C# implementation needed
A change was made in supabase-js that may need to be implemented in this repository for SDK parity. Please confirm applicability before starting work.
Warning
Auto-generated parity issue — may be a false positive.
This issue was created automatically by
/sync-sdk-parityfrom a heuristicanalysis of recent
supabase-jscommits. The tooling has limited insightinto language-specific idioms and may have:
It is the SDK author's responsibility to validate the need before
implementing. If this change does not apply to this SDK, please close the
issue with a short note explaining why.
SDK Parity: C# implementation needed
A change was made in
supabase-jsthat may need to be implemented in this repository for SDK parity. Please confirm applicability before starting work.Reference Implementation (supabase-js)
65e5729dWhat Changed
Two new capabilities for
postgres_changessubscriptions:postgresChangesFilter()fluent builder — type-checked filter composition. Operators:eq,neq,gt,gte,lt,lte,in,like,ilike,match,imatch,is,isDistinct,not. Auto-quotes reserved characters.select: string[]column restriction — subscriber receives only specified columns, reducing payload size.Code Reference
Implementation Guidance
Expected API Surface (C#)
Key Behaviors to Match
column=operator.valuewire format; conditions AND-combined with commasinformat:column=in.(val1,val2)notprefix negates any operatorSelectforwarded in join payload; server returns only those columnsAcceptance Criteria
PostgresChangesFilterBuilderclass with all operatorsSelect: string[]forwarded in join payloadContext
Generated with Claude Code
/sync-sdk-parity