You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently you must define your selections ahead of time and cannot dynamically select fields. This is because it is impossible to statically type queries using a dynamic syntax.
our raw query actually return dict instead of typed model
So I think it is pretty reasonable to enable the dynamic field selection, once user choose to use it the return value will be just like the raw queries.
The text was updated successfully, but these errors were encountered:
I am aware of partial types. But if I don't get it wrong, it is static selection not dynamic selection. I will need to allow select different field at run time.
Problem
So I think it is pretty reasonable to enable the dynamic field selection, once user choose to use it the return value will be just like the raw queries.
The text was updated successfully, but these errors were encountered: