Philipp Steinrötter
Philipp Steinrötter
> Why is `public` then part of `db-schemas`? because we are using the `public` schema as our "internal" api used by our apps, and the `api` schema for the public...
Hey! This is a problem with the generated types, not with this library. Can you open that issue at the postgres-meta repo?
Ah that's a good point! The problem is that the types are `never` for generated ids. I am using uuids with a default, which generates a `string | null`. I...
Hey @benjie, we were seeing this again now during a large cpu spike and I believe it happens when the db goes into recovery mode.
thanks for checking! had this again last night. the logs are > [core] ERROR: Failed to update heartbeat for pool pool-65fe4ebebafe633919: Error: connect ECONNREFUSED 3.75.38.74:5432 > [core] ERROR: Failed during...
hey, I need to update the documentation (contributors very welcome!), but you can find a more detailed write-up here in my 1.0 announcement blog post: https://philipp.steinroetter.com/posts/supabase-cache-helpers-v1/
hey! thanks for opening the issue. can you remove `throwOnError()`? we add it internally automatically.
Can you try to remove throwOnError?
hey, thanks for the detailed report! I am not really sure how this can be fixed yet. The "issue" is that cache helpers uses `merge-anything` to merge old with new...
hey, thanks for opening the issue! `useUpsertMutation` only works on primary keys. you might be able to hack this by providing the `onConflict` option, but I would recommend doing the...