edgedb-cli icon indicating copy to clipboard operation
edgedb-cli copied to clipboard

Add support for tuple parameters

Open raddevon opened this issue 1 year ago • 0 comments

https://github.com/edgedb/edgedb/pull/4489 added support for tuples as parameters on the server, but I'm not able to use this in the CLI REPL (version 3.0.0-dev.922+d8320e6). This query:

select <tuple<str, bool>>$var;

gives me this error:

Unimplemented input type descriptor: Tuple(TupleTypeDescriptor { id: 93ae25b7-b85c-8007-f485-25bc9a227e76, element_types: [TypePos(0), TypePos(1)] })

raddevon avatar Mar 03 '23 16:03 raddevon