Philip Lykke Carlsen
Philip Lykke Carlsen
@kraftwerk28 I think this is shaping up pretty good. It would help it along if you could add a test of this in the `server/lib/api-tests` test suite. This should be...
@kraftwerk28 : Thanks for this. As far as developing the actual feature I think this PR is in good shape. However, since it does make potentially breaking changes to the...
> It would be nice to have it in graphql-engine. We have some pain with that issue, the solution is not something out of nowhere, its an issue from real...
Support for filtering using computed fields (also tables-valued computed fields) was introduced in [v2.03](https://github.com/hasura/graphql-engine/issues/3772#issuecomment-883458306) in July 2021. I was unable to reproduce the error: When I have a table-valued computed...
One note also is that JSONB in postgres is inherently unordered. c.f. https://www.postgresql.org/docs/current/datatype-json.html: > Because the json type stores an exact copy of the input text, it will preserve semantically-insignificant...
I had this problem on python 3.12 on MacOS. Judging by the file paths in the error message you seem to be on Mac as well. On Python 3.11, `pip...