Laurence Isla
Laurence Isla
> I think this could work pretty well. @wolfgangwalther Agree, I like the idea. That way main would be always 1 step ahead of the latest release instead of perpetually...
@wolfgangwalther > Migrate the docs repo Is it necessary to migrate the docs to older branches? Will they not stay as they are right now in RTD? Otherwise, everything LGTM.
> Was there a specific reason or was it just not done/forgotten? The latter. > I would fix that once I come around to make the new GitHub Runner on...
It seems that https://github.com/PostgREST/postgrest/discussions/2933 is definitely going to be an issue when `Prefer: return=representation` is requested. Doing something like modifying a table inside a function and then doing a JOIN...
> I think allowing nested data is more important than it returning the nested value. Yes, I agree, this is the priority right now. Once we complete this, we can...
> > It seems that #2933 is definitely going to be an issue when Prefer: return=representation is requested. > > I think it's in fact the opposite: The relational insert...
> I understand that are reloaded but I can't seem to find any place where they are reset. I think that reloaded = reset in this case. There is no...
> So if you can reproduce this with plain warp, then it would probably be better to raise this upstream. I'm testing the library right now to confirm this. The...
@steve-chavez True, didn't check that.
Made a gist with the tests I did: https://gist.github.com/laurenceisla/61af763fb028437f24e5a869225eb1f8 The behavior is the same with Warp only.