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
Thanks, this is a good point — I had originally envisaged this only as having numeric return values, but of course you are right that it's more widely applicable.
Hey! I just noticed that doing
compiles to a correct query
but the return type is
number
which is not always the case (could be date or even string fwiw).I would expect the return type to be inferred from the schema, but not sure if this is feasible.
In this particular case i can do
which is correctly typed, but wanted to report anyway
The text was updated successfully, but these errors were encountered: