Wen Bo Xie
Wen Bo Xie
## What kind of change does this PR introduce? feature ## What is the new behavior? Update `Realtime.RLS.Subscriptions` to use a single query for inserting topic subscribers into `realtime.subscription`
# Feature request ## Is your feature request related to a problem? Please describe. Currently, Realtime server sends all database changes to all connected clients despite Postgres Row Level Security...
# Feature request Realtime server is now checking every minute to verify the validity of the user access token and storing updated user information from the JWT to Realtime's `subscription`...
Realtime RLS will be broadcasting database changes with `errors` so that clients can capture what went wrong when listening to database changes. Please see here for the current error states:...
Hi, I'm using `epgsql` to connect to database under replication mode and then I start replication. Here's a sample of the code written in Elixir: ```elixir epgsql_config = Keyword.get(config, :epgsql,...
# Feature request ## Is your feature request related to a problem? Please describe. When a couple of extensions have been enabled, and they come with functions, then I can...
GitHub issue: [Realtime allows multiple subscriptions to table #127](https://github.com/supabase/realtime-js/issues/127) JS client PR: [fix: force client to listen to unique subscriptions #128](https://github.com/supabase/realtime-js/pull/128)
**Describe the bug** When listening to a column of type `bpchar`, only the first character is returned. **To Reproduce** Steps to reproduce the behavior: 1. `CREATE TABLE test ( id...
# Feature request ## Is your feature request related to a problem? Please describe. I want to be able to filter delete events based on primary key(s) and when replica...
# Feature request ## Is your feature request related to a problem? Please describe. Studio Functions returns a list of all database functions, even the ones belonging to schemas that...