True true, but was looking for an alternative 😄
# ideas-and-suggestions
z
True true, but was looking for an alternative 😄
g
It's a limit in Postgrest. I've read some Postgrest discussions and it appears they want to keep selects simple thru the API and have you have to think about your SQL for more complicated stuff (RPC/Views). You could go lobby there, but my guess is it has come up before.
z
I mean; the only limit here seems to be the GET maxCharLimit, using POST could help to bypass it 🙂
(2,048 characters)
But yeah, I'll go for procedure calls 😄