Leo Hanon
Leo Hanon
This is actually a PostgREST thing, not a supabase-js issue. When you do an UPSERT or an INSERT sending a single record, then any missing fields are filled in with...
I can't reproduce, can you share a bit more details so I can set up my db the same way you are? the 2nd order seems to be working as...
This isn't a bug. The issue you're running into here is that you're querying a column that contains NULL values. In databases, a NULL value is an **unknown** value, not...
the NEQ is actually a PostgREST behavior (which is what Supabase uses) https://docs.postgrest.org/en/v12/references/api/tables_views.html it looks like PostgREST already supports an "isDistinct"... I suspect it should be easy enough for the...
As far as I understand, requestWillBeSentExtraInfo is an additional event that is not available on all requests... so we can't exactly wait around until receiving requestWillBeSentExtraInfo to send the request...