Skip to content

fix(brick_supabase): Fix nullable unique fields causing Supabase .eq() type errors - #672

Open
KiddoV wants to merge 1 commit into
GetDutchie:mainfrom
KiddoV:fix-nullable-unique-field-err
Open

fix(brick_supabase): Fix nullable unique fields causing Supabase .eq() type errors#672
KiddoV wants to merge 1 commit into
GetDutchie:mainfrom
KiddoV:fix-nullable-unique-field-err

Conversation

@KiddoV

@KiddoV KiddoV commented Apr 28, 2026

Copy link
Copy Markdown
  • Supabase .eq() does not accept null
  • Brick currently assumes all unique fields are non-null
  • Nullable unique fields are valid database design
  • Null values should be skipped for filters

@KiddoV
KiddoV requested a review from tshedor as a code owner April 28, 2026 19:24
@dutchie-stale

dutchie-stale Bot commented Aug 18, 2026

Copy link
Copy Markdown

This PR has been automatically marked as stale due to inactivity.
It will be closed if no further activity occurs.

To keep this PR open, you can:

  • Push new changes or leave a comment
  • Add the not-stale or pinned label to exempt it from this process

@dutchie-stale dutchie-stale Bot added the stale label Aug 18, 2026
@KiddoV

KiddoV commented Aug 18, 2026

Copy link
Copy Markdown
Author

Will this be merged?

@dutchie-stale dutchie-stale Bot removed the stale label Aug 18, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant