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
At least we can add concat signatures which accept up to 5-8 args and update doc. A user who wants more can use nested call: concat(concat(1, 2, 3, 4), 5, 6, 7, 8)
Is your feature request related to a problem?
returns:
What solution would you like?
Expect the concatenated result:
hello world!
What alternatives have you considered?
Nested queries do work, such as:
returns:
Do you have any additional context?
n/a
The text was updated successfully, but these errors were encountered: