Philip Lykke Carlsen
Philip Lykke Carlsen
I think the reason we're seeing that the index isn't used is that there is an [implicit conversion](https://docs.microsoft.com/en-us/sql/t-sql/functions/cast-and-convert-transact-sql?view=sql-server-ver15#implicit-conversions) "VARCHAR -> NVARCHAR", which means that it considers the expression `[test_varchar].[id] =...
Hi @kraftwerk28. Thanks for making this contribution, and thanks for a very articulate PR description. This looks like a change we would like to include. I'm going to be reviewing...
Okay, so currently there is one issue with this solution in that the schema for a `company` computed field still indicates that the field has a list-type: ``` type User...
> Is there any way to build&publish this branch on CI to test out my changes after I fix the issue? My main machine with 16GB RAM + 4GB swap...
> @plcplc do you mean changing the return type for all the functions that return Postgres function names (e.g. `computedFieldFunctions`) to `HashSet`? That's the gist of it yes. But it's...
I think a sensible scope for this is just the Postgres backend :-)
I have this issue as well. I see it most when I apply auto-formatting via lsp in haskell files.
It seems that with the addition of `modifyConfig` I am indeed able to make changes to formatters from within a SpecHook, which lets me integrate logging into both specs and...
Unfortunately, the graphql-engine does not track the schema that types are defined in. This is an inherent shortcoming of how user-defined types are managed in Hasura v2. We are however...
Thanks everyone for your comments and patience on this issue. We have been closely listening into all the feedback and requests from the community, and have been working on a...