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
It is not clear how to correctly access edgedb functions that return or accept unnamed tuples of values as input
For example in schema I define the function function getRepayment(id: uuid, amount: decimal) -> optional tuple<decimal, decimal, decimal, decimal, decimal, decimal> how to query it?
The text was updated successfully, but these errors were encountered:
Hi, I'm new to EdgeDB and only several months into C#. Their one Readme file here has some examples of serializing and deserializing from your EdgeDB. It doesn't appear to have specifically a Tuple in it, but maybe that's why you are asking.
It is not clear how to correctly access edgedb functions that return or accept unnamed tuples of values as input
For example in schema I define the function
function getRepayment(id: uuid, amount: decimal) -> optional tuple<decimal, decimal, decimal, decimal, decimal, decimal>
how to query it?The text was updated successfully, but these errors were encountered: