Philipp Steinrötter
Philipp Steinrötter
I upgraded to 4.2.3 and still have the error.
Thanks for the quick response! Highly appreciated. :)
I am sorry, but I have to come back to this. I now get another type error using JTDSchemaType. The example from the docs ```typescript import { JTDSchemaType } from...
Ive looked into the code and it seems like the problem comes from the second generic which default to Record.
@BenjD90 thanks for figuring out it is because of strict mode is set to false! I can confirm that this is causing the issue above!
Should we still create Issues here or move it completely?
Any update here! Would love to use a TS version :)
Just a quick update: I created an entire cache library based on the poc above. It comes with support for queries, pagination queries, infinite scroll queries, mutations and subscriptions. Would...
This would also make life easier when trying to implement multi-tenancy: - https://github.com/supabase/supabase/discussions/6301 - https://github.com/supabase/supabase/discussions/1148
I just received answer from the (super awesome) supabase support and they hinted that db-pre-request can already be set! ```sql ALTER ROLE authenticator SET pgrst.db_pre_request to 'your_custom_function'; NOTIFY pgrst, 'reload...