Daniel Reinón García
Daniel Reinón García
This is a nice feature since in SQL, an entity can be divided into different tables in order to avoid duplication
Hi @tiangolo! Sorry to tag you but just doing it in case you missed this one, since this PR is supported by a few people already. Thanks!
No worries, thanks! @koxudaxi
@karolzlot I agree with supporting arrow instead, but pendulum worked directly with pydantic. Do you think arrow wouldn't?
@karolzlot Right, but looking at the pydantic codebase, I think this is more of a job Arrow needs to do instead of pydantic itself. The following two lines explain that...
> How is the maybe_single method different from `single`? The `single` method raises an error if the db response record count is different from 1 (if it doesn't find any...
Hi! Thanks for creating the issue. As far as I can read, rhis issue wasn't solved, but only documented. They solution the supabase team gives is to name that column...
Hi! What's the status of this issue?
Can you provide an example of when this happens and the outpur you get and what you expected to get, please? 🙂
Right, I get what you mean. Although I think you might be missunderstanding a bit how the client works. For instance, postgrest-py, as client doesn't get all the records and...