Bobbie Soedirgo
Bobbie Soedirgo
@filipecabaco should we close this? We'll need to revisit the approach as a follow up to https://linear.app/supabase/project/restrict-auth-and-storage-schemas-from-user-modifications-5d2aa8402c9d
Hi! These helper types have always been internal and subject to breaking changes - they're not part of the API. Can you share your use case and why you need...
Thanks all, seems like a proper support is needed here. I'll see if this can be accomplished with the already exported [QueryResult](https://github.com/supabase/supabase-js/blob/96caa1d408d03bd59f38f1c976d5d2b2c64b3161/src/lib/types.ts#L111) or, failing that, we'll reexport GetResult
@Anoian we've added support for this [here](https://github.com/supabase/postgrest-js/pull/560). No progress on adding the stable version of it.
Please omit the retry changes for now, the Postgres team doesn't have the bandwidth to fix it if it goes south. @steve-chavez would it be an issue to enable Database...
> pg extension that creates roles pgsodium does this, but yeah agree that creating global objects in an extension is a bit awkward
Thanks for the response @mkindahl. Agreed that preventing the creation of hypertables on published tables is a lower hanging fruit and prevents the unhappy state.
Thanks! Can you make it use the [`json` optional feature](https://docs.rs/reqwest/latest/reqwest/#json) from reqwest instead? That avoids depending on serde directly.
If anyone else bumps into this: `.select()` expects a string literal, not a `string` variable, otherwise the typings don't work properly. To ignore the `GenericStringError`, you can do `.select(foo as...
So resolution is to reassign the owner for BOTH the event trigger and the event trigger function to `supabase_admin` (CMIIW)