edgedb icon indicating copy to clipboard operation
edgedb copied to clipboard

Slicing arrays of tuples doesn't work

Open msullivan opened this issue 2 years ago • 0 comments

select [(1,'foo'), (2,'bar'), (3,'baz')][1:];

gives

edgedb error: InternalServerError: return type record[] is not supported for SQL functions

We will need to essentially inline the array slicing code, at least for tuple types.

msullivan avatar Sep 20 '22 16:09 msullivan