Wen Bo Xie

Results 80 comments of Wen Bo Xie

@osaxma walrus does support them but realtime rls server does not expose those additional filters at the moment.

support contains (cs) filter issue: https://github.com/supabase/realtime/issues/233

@RasmusEdvardsen thanks for offering! We're currently making some big changes to Realtime and will add in additional filters shortly after the new changes we're making are stable.

@acco sorry for taking so long to get back to ya! I've created issue #146 to track the separation of the "core subscription/event logic" that you mentioned, essentially the Postgres...

@shinypb Thanks for the feature request! We're currently working on Multi-Tenant Realtime and will consider adding your feature request to the roadmap.

@andreas-remente I made some updates in the last couple of weeks so that Realtime should be working locally. I tried spinning up Supabase in its entirety locally and everything is...

@carmas123 are you still having issues?

@zachblume can you take a look at these docs and see if that addresses your issue? https://supabase.com/docs/guides/realtime/postgres-changes#custom-tokens

> if a row A that previously had col = true gets set to col = false, there is no event emitted @jvlt what did you end up doing to...

@dshukertjr there's no guarantee that replica identity is full which means it won't always be possible if the filter is on a non-primary key column. We could check previous and...